Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
probablycorey committed Jun 4, 2014
1 parent 1479197 commit 0b088e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/utils/verify-requirements.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function checkPythonVersion (python, cb) {

execFile(python, ['-c', 'import platform; print(platform.python_version());'], { env: process.env }, function (err, stdout) {
if (err) {
error = "Python 2.7 is required to build Atom. An error occured when checking the version of '" + python + "'\n " + err + ". ";
error = "Python 2.7 is required to build Atom. An error (" + err + ") occured when checking the version of '" + python + "'. ";
error += pythonHelpMessage;
cb(error);
return;
Expand Down

0 comments on commit 0b088e8

Please sign in to comment.