extrabacon / python-shell

Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio
2.12k stars 224 forks source link

fix work path #294

Open KaneOne opened 1 year ago

KaneOne commented 1 year ago

Set the working directory for subprocesses to allow Python code to load files using relative paths.