Skip to content

Commit

Permalink
run3 gridpack runcmsgrid patch
Browse files Browse the repository at this point in the history
  • Loading branch information
efeyazgan committed Oct 28, 2024
1 parent b1afa88 commit 5b8c2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/utils/request_fragment_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def gridpack_repack_and_copy(gridpack_eos_path,pi):
if md5_1 == md5_2:
print("Updated gridpack copied succesfully.")
else:
error.append("There was a problem copying in the updated gridpack to eos.")
error_gridpack_repack.append("There was a problem copying in the updated gridpack to eos.")
os.chdir(cur_dir)
return error_gridpack_repack

Expand Down

0 comments on commit 5b8c2de

Please sign in to comment.