diff --git a/main.py b/main.py index acccffe7..6e5c23bc 100644 --- a/main.py +++ b/main.py @@ -116,11 +116,9 @@ async def load_module_from_path(module_name, module_path): return module.Pipeline() else: raise Exception("No Pipeline class found") - except Exception as e: print(f"Error loading module: {module_name}") print(e) - os.remove(module_path) return None