Skip to content

Commit

Permalink
update OutputHandlerMaxIterationsExceeded
Browse files Browse the repository at this point in the history
  • Loading branch information
User committed Jul 5, 2024
1 parent 28b6561 commit da83ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motleycrew/common/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ def __init__(self, *args, **kwargs):
self.kwargs = kwargs

def __str__(self):
return "\n args: {}\n kwargs: {}".format(self.args, self.kwargs)
return "Maximum number of output handler iterations exceeded"

0 comments on commit da83ceb

Please sign in to comment.