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 2b5ce52 commit aebdd7aCopy full SHA for aebdd7a
lib/configure.js
@@ -437,7 +437,7 @@ PythonFinder.prototype = {
437
},
438
439
checkPythonVersion: function checkPythonVersion () {
440
- var args = ['-c', 'import sys; print "%s.%s.%s" % sys.version_info[:3];']
+ var args = ['-c', 'import sys; print("%s.%s.%s" % sys.version_info[:3]);']
441
var env = extend({}, this.env)
442
env.TERM = 'dumb'
443
0 commit comments