Skip to content

Commit

Permalink
🐛 Fix error string in Sake
Browse files Browse the repository at this point in the history
  • Loading branch information
michprev committed Dec 9, 2024
1 parent 79a4ef5 commit 7204ce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wake/development/call_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@ def error_string(self) -> Optional[str]:
ret += repr(arg)
if i < len(self.error_arguments or []) - 1:
ret += ", "
ret += ")"

return ret

Expand Down

0 comments on commit 7204ce3

Please sign in to comment.