Skip to content

Commit

Permalink
addressed last comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargis Sultani committed Sep 12, 2023
1 parent d70de1b commit d91e13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/validator/create_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def print_schema_errors(errors: SchemaErrors, phase: str):
check_output = schema_error.args[0]

print(
f"{phase} Validation `{check_name}` with id: `{check_id}` \
failed for column `{column_name}`"
f"{phase} Validation `{check_name}` with id: `{check_id}` "
"failed for column `{column_name}`"
)
print(check_output)
print("")
Expand Down

0 comments on commit d91e13a

Please sign in to comment.