Skip to content

Commit

Permalink
[BugFix] Empty out submission file for static code upload on rerun (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhablani committed Dec 19, 2023
1 parent 25c783c commit 0e0b231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/jobs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ def handle_submission_rerun(submission, updated_status):
submission.pk = None
submission.stdout_file = None
submission.stderr_file = None
submission.submission_input_file = None
submission.environment_log_file = None
submission.submission_result_file = None
submission.submission_metadata_file = None
Expand Down

0 comments on commit 0e0b231

Please sign in to comment.