We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8423f97 commit aeee583Copy full SHA for aeee583
tools/getnodeversion.py
@@ -17,4 +17,4 @@
17
if re.match('^#define NODE_PATCH_VERSION', line):
18
patch = line.split()[2]
19
20
-print '%(major)s.%(minor)s.%(patch)s'% locals()
+print('%(major)s.%(minor)s.%(patch)s'% locals())
0 commit comments