Skip to content

Commit e1f885b

Browse files
committed
delete proto file after install
1 parent abf094b commit e1f885b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backend/windmill-worker/src/python_executor.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2333,6 +2333,10 @@ pub async fn handle_python_reqs(
23332333
#[cfg(not(all(feature = "enterprise", feature = "parquet", unix)))]
23342334
let s3_push = false;
23352335

2336+
if !*DISABLE_NSJAIL {
2337+
let _ = std::fs::remove_file(format!("{job_dir}/{req}.config.proto"));
2338+
}
2339+
23362340
print_success(
23372341
false,
23382342
s3_push,

0 commit comments

Comments
 (0)