We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf094b commit e1f885bCopy full SHA for e1f885b
backend/windmill-worker/src/python_executor.rs
@@ -2333,6 +2333,10 @@ pub async fn handle_python_reqs(
2333
#[cfg(not(all(feature = "enterprise", feature = "parquet", unix)))]
2334
let s3_push = false;
2335
2336
+ if !*DISABLE_NSJAIL {
2337
+ let _ = std::fs::remove_file(format!("{job_dir}/{req}.config.proto"));
2338
+ }
2339
+
2340
print_success(
2341
false,
2342
s3_push,
0 commit comments