diff --git a/exts/imports/process_files.py b/exts/imports/process_files.py index 58e3611..89b19c3 100644 --- a/exts/imports/process_files.py +++ b/exts/imports/process_files.py @@ -126,7 +126,7 @@ def process_files(z) -> (ConfigParser, ConfigParser, list): except UnicodeDecodeError as e: print(e) return 0, 0, 0 - rmtree('submissions_temp/tmp') + # rmtree('submissions_temp/tmp') if not mods: mods = check_for_modded_dinos(dino_data, mods) return game_config, dino_data, mods