Skip to content

Commit 8ea07d4

Browse files
Merge branch 'master' into Poland_census
2 parents 3cdae22 + 4ee3a91 commit 8ea07d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/import_validation/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def run_validations(self) -> tuple[bool, list[ValidationResult]]:
175175
self.data_sources['differ'],
176176
rule['params'])
177177
else:
178-
scope = rule['scope']
178+
scope = rule.get('scope', {})
179179
if isinstance(scope, str):
180180
scope = self.config.get_scope(scope)
181181

0 commit comments

Comments
 (0)