Skip to content

Commit

Permalink
fix(comments): fixed inline comments;
Browse files Browse the repository at this point in the history
- Fixed inline comments to make more sense.
  • Loading branch information
JVickery-TBS committed Feb 5, 2024
1 parent 2a784e6 commit 7481b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/xloader/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def awaiting_validation(res_dict):
if (p.toolkit.asbool(config.get('ckanext.xloader.validation.enforce_schema', True))
or res_dict.get('schema', None)) and res_dict.get('validation_status', None) != 'success':

# either validation.enforce_schema is turned on or it is off and there is not schema to enfroce,
# either validation.enforce_schema is turned on or it is off and there is a schema,
# we then explicitly check for the `validation_status` report to be `success``
return True

Expand Down

0 comments on commit 7481b24

Please sign in to comment.