mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
docs: Add build support for python3
This commit is contained in:
parent
ce67428c56
commit
d66b227e07
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user