Skip to content

Commit

Permalink
Merge pull request #76 from lsst-camera-dh/LSSTTD-1595_generalize_exc…
Browse files Browse the repository at this point in the history
…eption_for_persist_ccs_versions_call

generalize exception caught for persist_ccs_versions call
  • Loading branch information
jchiang87 authored Apr 28, 2022
2 parents f62f9f7 + b059cca commit fda350e
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 fda350e

Please sign in to comment.