We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f8af0 commit 6b925ebCopy full SHA for 6b925eb
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