diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..01512be --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": "C:\\Users\\JAMES GEORGE\\AppData\\Local\\Programs\\Python\\Python37-32\\python.exe" +} \ No newline at end of file diff --git a/lib/submitTask.js b/lib/submitTask.js index 0365a9e..384098c 100644 --- a/lib/submitTask.js +++ b/lib/submitTask.js @@ -57,7 +57,7 @@ let submitTask = () => { PythonShell.run(submittedFile, null, (err, result) => { if(err) { - console.log(chalk.red('\n\toops there is something wrong with the syntax part!\n')); + console.log(chalk.red('\n\tOops there is something wrong with the syntax part!\n')); console.log(err.toString()); process.exit(1); }