Skip to content

Commit

Permalink
Updating type str for relative schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tanwigeetika1618 committed Aug 9, 2024
1 parent 41c8822 commit fe5aff9
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 @@ -102,7 +102,7 @@ def validate(
data_path=to_path(validation_error.absolute_path),
json_path=json_path(validation_error.absolute_path),
schema_path=to_path(validation_error.schema_path),
relative_schema=validation_error.schema,
relative_schema=str(validation_error.schema),
expected=str(validation_error.validator_value),
validator=str(validation_error.validator),
found=str(validation_error.instance),
Expand Down

0 comments on commit fe5aff9

Please sign in to comment.