Skip to content

Commit

Permalink
return valid data
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Dec 3, 2024
1 parent 4edbb37 commit 3531482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brewtils/schema_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ def parse(
if strict:
raise err
cls.logger.error(err.messages)
return schema.load(err.valid_data)
return err.valid_data

# Serialization methods
@classmethod
Expand Down

0 comments on commit 3531482

Please sign in to comment.