Skip to content

Commit

Permalink
Merge pull request #3585 from cms-sw/appendifx
Browse files Browse the repository at this point in the history
one more append fix
  • Loading branch information
efeyazgan authored Dec 15, 2023
2 parents 6199dad + c1760e1 commit ccea8df
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 @@ -793,7 +793,7 @@ def root_requests_from_ticket(ticket_prepid, include_docs=False):
print("Number of files and folders in the gridpack including the files in subfolders = "+str(folder_and_subfolder))
print("-----------------------------------")
else:
errors.append("Gridpack ",gridpack_cvmfs_path," does not exist! ..... exiting ....")
errors.append("Gridpack "+gridpack_cvmfs_path+" does not exist! ..... exiting ....")
sys.exit()
jhu_gp = os.path.isfile(my_path+'/'+pi+'/'+'JHUGen.input')
pw_gp = os.path.isfile(my_path+'/'+pi+'/'+'powheg.input')
Expand Down

0 comments on commit ccea8df

Please sign in to comment.