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 324f83b commit a4bfc3cCopy full SHA for a4bfc3c
index.js
@@ -42,6 +42,7 @@ var PythonShell = function (script, options) {
42
this.script = path.join(options.scriptPath || './python', script);
43
this.command = pythonOptions.concat(this.script, scriptArgs);
44
this.mode = options.mode || 'text';
45
+ this.parser = options.parser;
46
this.terminated = false;
47
this.childProcess = spawn(pythonPath, this.command, options);
48
0 commit comments