We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44b044 commit 5f59894Copy full SHA for 5f59894
01_hello/test.py
@@ -4,7 +4,7 @@
4
import os
5
from subprocess import getstatusoutput, getoutput
6
7
-prg = './hello.py'
+prg = 'hello.py'
8
9
10
# --------------------------------------------------
0 commit comments