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