Skip to content

Commit

Permalink
Correct old E092 -> E092a to match other change
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon committed Apr 19, 2021
1 parent e8512de commit 02008b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocfl/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def validate_content(self, inventory, version_dirs, prior_manifest_digests):
content_digest = file_digest(filepath, digest_type=digest_algorithm, pyfs=self.obj_fs)
if content_digest != normalized_digest(other_digest, digest_type=digest_algorithm):
where = ','.join(prior_manifest_digests[filepath][digest_algorithm][other_digest])
self.log.error('E092', where=where, digest=other_digest, content_path=filepath, content_digest=content_digest)
self.log.error('E092a', where=where, digest=other_digest, content_path=filepath, content_digest=content_digest)
# FIXME - Also other fixity blocks
files_seen.discard(filepath)
# Check any additional digests in root fixity block
Expand Down

0 comments on commit 02008b4

Please sign in to comment.