From 4494e980809f5adddb222b87c7ae8795d69ac37d Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Thu, 3 Apr 2025 21:46:17 +0300 Subject: [PATCH] Bring back removing temporary files --- install.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.py b/install.py index a73cdc6..1c2f84c 100644 --- a/install.py +++ b/install.py @@ -45,5 +45,4 @@ if __name__ == "__main__": try: main() finally: - pass - # shutil.rmtree(config.temp_folder, ignore_errors=True) \ No newline at end of file + shutil.rmtree(config.temp_folder, ignore_errors=True) \ No newline at end of file