Skip to content

Commit d760ffd

Browse files
committed
feat: log post-process failure
1 parent 66b170d commit d760ffd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dirac_cwl_proto/job/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ def run_job(job: JobSubmissionModel) -> bool:
405405
):
406406
logger.info("Task post-processed successfully!")
407407
return True
408+
logger.error("Failed to post-process Task")
408409
return False
409410

410411
except Exception:

0 commit comments

Comments
 (0)