Skip to content

Commit

Permalink
fixed pylint issue #338
Browse files Browse the repository at this point in the history
  • Loading branch information
asuresh-code committed Oct 17, 2024
1 parent ce3a3ce commit dc4f1c1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ def forward(self, session: ClientSession):
session=session,
)

return result

except ValidationError as ve:
logger.error("Validation failed for item with id %s: %s", catalogue_item["_id"], ve)

Expand Down

0 comments on commit dc4f1c1

Please sign in to comment.