Skip to content

Commit

Permalink
datachecker bug fix: DistribServiceException -> DistribServiceError
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Sep 11, 2024
1 parent 5ec7c75 commit e2a95cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nistoar/pdr/preserv/bagger/datachecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def containing_bag_available(self, cmp):
mbagname, str(ex))
return False

except DistribServiceError as ex:
except DistribServiceException as ex:
if self.log:
self.log.error("unexpected error while querying on %s: %s",
mbagname, str(ex))
Expand Down

0 comments on commit e2a95cf

Please sign in to comment.