Skip to content

Commit

Permalink
fixed logger warning method
Browse files Browse the repository at this point in the history
  • Loading branch information
christophevg committed Jan 3, 2024
1 parent b9db79c commit 9fb9e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpmn_tools/future/xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def find(self, key, value, skip=None, stack=None):
stack = []

if self in stack:
logger.warn("avoided recursion")
logger.warning("avoided recursion")
return None

if self is skip:
Expand Down

0 comments on commit 9fb9e19

Please sign in to comment.