kopia lustrzana https://github.com/espressif/esp-idf
docs: Add build support for python3
rodzic
5401a75bad
commit
59b0c50d77
|
@ -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