Skip to content
Snippets Groups Projects
Commit dfcdc185 authored by Damian Johnson's avatar Damian Johnson
Browse files

Add cwd argument to stem.util.system.call()

While investigating #22366 I ran into rare failures with relative paths. On
reflection this is likely due to a background thread calling chdir. We
shouldn't change global state in the background.

The subprocess accepts a cwd argument so taking advantage of that.
parent 0d6212ed
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment