Skip to content

Commit

Permalink
Update src/design/plone/ioprenoto/restapi/services/bookable_list/get.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mauro Amico <mauro.amico@gmail.com>
  • Loading branch information
folix-01 and mamico authored Oct 13, 2023
1 parent 8c721dc commit a0efcb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def get_uo_contact_info(self, uo):

for contact in getattr(uo, "contact_info", None) or []:
if contact.isBroken():
logger.error(
logger.warning(
"Broken relation found in <{UID}>.contact_info".format(UID=uo.UID())
)
continue
Expand Down

0 comments on commit a0efcb5

Please sign in to comment.