fermitools / jobsub_lite

jobsub_lite is a wrapper for HTCondor job submission
Apache License 2.0
1 stars 7 forks source link

Fix jobsub fetchlog verbose #589

Closed shreyb closed 1 week ago

shreyb commented 1 week ago

In the course of investigating SNOW ticket INC000001183512, I found that there was a bug in how jobsub_fetchlog called utils.cleanup in the case that it was pulling logs from the condor schedd. I fixed that bug here, as well as strengthening the error handling in the underlying utils.cleanup function.