Skip to content

Commit

Permalink
Updating casting error in schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tanwigeetika1618 committed Aug 9, 2024
1 parent c18ca99 commit 41c8822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansible_compat/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def validate(
json_path=json_path(validation_error.absolute_path),
schema_path=to_path(validation_error.schema_path),
relative_schema=validation_error.schema,
expected=validation_error.validator_value,
expected=str(validation_error.validator_value),
validator=str(validation_error.validator),
found=str(validation_error.instance),
)
Expand Down

0 comments on commit 41c8822

Please sign in to comment.