The wrapup function reads in all files contained in the globus_batch_submission folder, regardless of file type or content. If there is a .DS_store file in there, it will crash. Possible fixes: only read .txt files, ignore .DS_store and maybe print out what file is being processed - the last would be very helpful if there are multiple submission files that are being processed.
The
wrapup
function reads in all files contained in theglobus_batch_submission
folder, regardless of file type or content. If there is a.DS_store
file in there, it will crash. Possible fixes: only read.txt
files, ignore.DS_store
and maybe print out what file is being processed - the last would be very helpful if there are multiple submission files that are being processed.