Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f59894

Browse files
committed
ch01 fix test executable
1 parent b44b044 commit 5f59894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_hello/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
from subprocess import getstatusoutput, getoutput
66

7-
prg = './hello.py'
7+
prg = 'hello.py'
88

99

1010
# --------------------------------------------------

0 commit comments

Comments
 (0)