Closed giovannigarifo closed 1 year ago
Working directory for node process passed as parameter for subprocess.check_call(). Solves bug where if an exception (JSONDecodeError) occured while loading the json (line 46 of simple_json.py), the working directory is not reverted back.
subprocess.check_call()
JSONDecodeError
simple_json.py
Thanks @giovannigarifo! Sorry for taking so long to look at this.
Working directory for node process passed as parameter for
subprocess.check_call()
. Solves bug where if an exception (JSONDecodeError
) occured while loading the json (line 46 ofsimple_json.py
), the working directory is not reverted back.