Skip to content

Commit

Permalink
generalize exception caught for persist_ccs_versions call
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiang87 committed Feb 20, 2022
1 parent f62f9f7 commit b059cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harnessed_jobs/BOT_acq/v0/validator_BOT_acq.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

try:
results = siteUtils.persist_ccs_versions(results)
except RuntimeError as eobj:
except Exception as eobj:
print('Error encountered in persisting CCS versions:\n', eobj)

results.extend(siteUtils.jobInfo())
Expand Down

0 comments on commit b059cca

Please sign in to comment.