mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-11-25 06:56:02 -08:00
Bring back removing temporary files
This commit is contained in:
@@ -45,5 +45,4 @@ if __name__ == "__main__":
|
|||||||
try:
|
try:
|
||||||
main()
|
main()
|
||||||
finally:
|
finally:
|
||||||
pass
|
shutil.rmtree(config.temp_folder, ignore_errors=True)
|
||||||
# shutil.rmtree(config.temp_folder, ignore_errors=True)
|
|
||||||
Reference in New Issue
Block a user