abobas and abemes

This commit is contained in:
ITQ
2025-03-03 12:09:12 +03:00
parent be76fe0864
commit 792f4ab694
+6 -6
View File
@@ -157,12 +157,12 @@ def run_container_safely(
"stderr": f"Container error: {str(e)}",
"status": -1,
}
finally:
if container:
try:
container.remove(force=True)
except docker.errors.DockerException:
pass
# finally:
# if container:
# try:
# container.remove(force=True)
# except docker.errors.DockerException:
# pass
def validate_file_path(path: str) -> bool: