Skip to content

Commit 16c10ed

Browse files
committed
adding newline
1 parent c16eccd commit 16c10ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprocess/exiter_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
try:
66
subprocess.run(["python", "exiter.py"], check=True)
77
except subprocess.CalledProcessError as exc:
8-
print(exc)
8+
print(exc)

0 commit comments

Comments
 (0)