Skip to content

Commit

Permalink
fix nameerror upon not dragging anything
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakads committed Mar 10, 2020
1 parent 91b96a0 commit 2e24a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4K2Taiko.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(self, msg):
if len(sys.argv) != 2:
print('drag single file into this program.')
getch()
exit()
sys.exit()

file_path = sys.argv[1]

Expand Down

0 comments on commit 2e24a8e

Please sign in to comment.