Skip to content

Commit

Permalink
Keep shell=True after all
Browse files Browse the repository at this point in the history
  • Loading branch information
derekk-nm committed Sep 26, 2024
1 parent 340245c commit fee3dad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@
testmo_command + testmo_args,
capture_output=True,
check=True,
cwd=pathlib.Path.cwd()
cwd=pathlib.Path.cwd(),
shell=True
)

0 comments on commit fee3dad

Please sign in to comment.