Skip to content

Commit

Permalink
method returns a boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Feb 27, 2024
1 parent 43ffeea commit 797ec70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/notifications/dbus_notifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def ActionInvoked(self, actual_id : int, action) -> None:

def NotifyError(self, dbus_error, *_args) -> bool:
if not self.dbusnotify:
return
return False
try:
if isinstance(dbus_error, dbus.exceptions.DBusException):
message = dbus_error.get_dbus_message()
Expand Down

0 comments on commit 797ec70

Please sign in to comment.