Skip to content

Commit

Permalink
Updated path detection
Browse files Browse the repository at this point in the history
  • Loading branch information
z1pti3 committed Mar 6, 2021
1 parent e6d8792 commit e653579
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jimi_cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import sys
import os

os.chdir(os.path.dirname(sys.argv[0]))

if len(sys.argv) > 1:
if sys.argv[1] == "reset":
Expand Down

0 comments on commit e653579

Please sign in to comment.