We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16eccd commit 16c10edCopy full SHA for 16c10ed
subprocess/exiter_run.py
@@ -5,4 +5,4 @@
5
try:
6
subprocess.run(["python", "exiter.py"], check=True)
7
except subprocess.CalledProcessError as exc:
8
- print(exc)
+ print(exc)
0 commit comments