Skip to content

Commit

Permalink
Fix Unpack Crash
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed Sep 30, 2023
1 parent 0fe33d8 commit 1b59d91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -1319,8 +1319,12 @@ def unpackrom():
yecho("分解ROM中...")
autounpack(LOCALDIR + os.sep + project)
menu(project)
else:
ywarn("Input Error")
time.sleep(0.5)
else:
ywarn("Input error!")
time.sleep(0.5)


def autounpack(project):
Expand Down

0 comments on commit 1b59d91

Please sign in to comment.