Skip to content

Commit

Permalink
delete proto file after install
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Feb 5, 2025
1 parent abf094b commit e1f885b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/windmill-worker/src/python_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2333,6 +2333,10 @@ pub async fn handle_python_reqs(
#[cfg(not(all(feature = "enterprise", feature = "parquet", unix)))]
let s3_push = false;

if !*DISABLE_NSJAIL {
let _ = std::fs::remove_file(format!("{job_dir}/{req}.config.proto"));
}

print_success(
false,
s3_push,
Expand Down

0 comments on commit e1f885b

Please sign in to comment.