Skip to content

Commit f45227b

Browse files
committed
del log if setup interrupted
1 parent c3a2c69 commit f45227b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smct/ui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def exit_application():
4343
shutil.rmtree(paths.MMT_DIR_PATH)
4444
shutil.rmtree(paths.ASSETS_DIR_PATH)
4545
os.remove(paths.CONFIG_PATH)
46+
os.remove(paths.LOG_PATH)
4647
_ROOT_WINDOW.destroy()
4748
sys.exit(1)
4849

0 commit comments

Comments
 (0)