We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b03631d + 705c902 commit 38ebcedCopy full SHA for 38ebced
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