We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a2c69 commit f45227bCopy full SHA for f45227b
smct/ui.py
@@ -43,6 +43,7 @@ def exit_application():
43
shutil.rmtree(paths.MMT_DIR_PATH)
44
shutil.rmtree(paths.ASSETS_DIR_PATH)
45
os.remove(paths.CONFIG_PATH)
46
+ os.remove(paths.LOG_PATH)
47
_ROOT_WINDOW.destroy()
48
sys.exit(1)
49
0 commit comments