Skip to content

Commit

Permalink
n_lhe vs total requested check
Browse files Browse the repository at this point in the history
  • Loading branch information
efeyazgan committed Dec 10, 2024
1 parent 8d4d7ca commit a83012e
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 @@ -739,7 +739,7 @@ def root_requests_from_ticket(ticket_prepid, include_docs=False):
os.popen('wget -q '+mcm_link+'public/restapi/requests/get_fragment/'+pi+' -O '+pi).read()


if mcdbid:
if mcdbid > 0:
warn_tmp , err_tmp = lhe_evts_check(mcdbid)
warnings.extend(warn_tmp)
errors.extend(err_tmp)
Expand Down

0 comments on commit a83012e

Please sign in to comment.