]> granicus.if.org Git - esp-idf/commitdiff
docs: Add build support for python3
authorAnuj Deshpande <anuj@espressif.com>
Tue, 26 Dec 2017 10:31:18 +0000 (16:01 +0530)
committerAnuj Deshpande <anuj@espressif.com>
Tue, 26 Dec 2017 12:18:33 +0000 (17:48 +0530)
docs/link-roles.py

index e774721922b740c4b7592607ffd3032eaaa1ab3c..a7d549e827a0592ab9c42f64c03024b8e35f270b 100644 (file)
@@ -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