kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'feature/docs_add_python3_support' into 'master'
docs: Add build support for python3 See merge request !1712pull/1447/head
commit
4f44d16e88
|
@ -6,9 +6,9 @@ from repo_util import run_cmd_get_output
|
|||
def get_github_rev():
|
||||
path = run_cmd_get_output('git rev-parse --short HEAD')
|
||||
tag = run_cmd_get_output('git describe --exact-match')
|
||||
print 'Git commit ID: ', path
|
||||
print ('Git commit ID: ', path)
|
||||
if len(tag):
|
||||
print 'Git tag: ', tag
|
||||
print ('Git tag: ', tag)
|
||||
path = tag
|
||||
return path
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue