Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
amaltaro committed Aug 20, 2022
1 parent 71ea253 commit 5dfc5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/WMComponent/DBS3Buffer/DBSUploadPoller.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ def setDatasetInfo(self, blockObj):
datasetType=dsetInfo['valid_status'],
prep_id=dsetInfo['prep_id'])
except Exception as ex:
msg = f"Unhandled exception while loading dataset for block: {blockObj.getName()}. "
msg = f"Unhandled exception while loading/setting dataset for block: {blockObj.getName()}. "
msg += f"Details: {str(ex)}"
raise DBSUploadException(msg) from None

Expand Down

0 comments on commit 5dfc5dd

Please sign in to comment.