Skip to content

Commit

Permalink
Merge pull request #700 from Sjoerd1993/Fix-modify-toast
Browse files Browse the repository at this point in the history
Fix modify toast
  • Loading branch information
cmkohnen authored Jan 2, 2024
2 parents 7ed0169 + 2455618 commit 09e6b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def perform_operation(_action, target, self):
window.get_property(operation + "_entry").get_text(),
)]
except ValueError as error:
window.add_toast_string(error)
window.add_toast_string(str(error))
return
operations.perform_operation(self, getattr(operations, operation), *args)

Expand Down

0 comments on commit 09e6b2b

Please sign in to comment.