Skip to content

Commit 2084839

Browse files
committed
No really, I'm bad at unix.
1 parent 9da7418 commit 2084839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
import sys
44

55
new_file = os.path.join(os.path.dirname(__file__), 'example', 'manage.py')
6-
os.execl(sys.executable, new_file, new_file, *sys.argv)
6+
os.execl(sys.executable, sys.executable, new_file, *sys.argv[1:])

0 commit comments

Comments
 (0)