Skip to content

Commit e653579

Browse files
committed
Updated path detection
1 parent e6d8792 commit e653579

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jimi_cli.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
import sys
2+
import os
3+
4+
os.chdir(os.path.dirname(sys.argv[0]))
25

36
if len(sys.argv) > 1:
47
if sys.argv[1] == "reset":

0 commit comments

Comments
 (0)