Skip to content

Commit

Permalink
updates xpath validator
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolea PLESCO authored and Kolea PLESCO committed Apr 8, 2024
1 parent 3d528c5 commit b9cd039
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def check_for_changes_by_version(self) -> bool:
metadata = mapping_suite_read_metadata(mapping_suite_path=self.mapping_suite_path)

version = metadata.get(VERSION_KEY)

mapping_suite_versioned_hash = MappingSuiteHasher(self.mapping_suite_path).hash_mapping_suite(
with_version=version)

Expand Down

0 comments on commit b9cd039

Please sign in to comment.