We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 304da70 + 9c0c338 commit 0397749Copy full SHA for 0397749
1 file changed
README.md
@@ -68,7 +68,7 @@ let options = {
68
69
PythonShell.run('my_script.py', options).then(messages=>{
70
// results is an array consisting of messages collected during execution
71
- console.log('results: %j', results);
+ console.log('results: %j', messages);
72
});
73
```
74
0 commit comments