Skip to content

Commit

Permalink
#3859 fix undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 29, 2023
1 parent a393ab0 commit 682b02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/platform/posix/keyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def _dbus_gnome_shell_eval_ism(self, cmd, callback=None):
def ok_cb(success, res):
try:
if not dbus_to_native(success):
log("_dbus_gnome_shell_eval_ism(%s): %s", cmd, msg)
log("_dbus_gnome_shell_eval_ism(%s): %s", cmd, success)
return
if callback is not None:
callback(json.loads(dbus_to_native(res)))
Expand Down

0 comments on commit 682b02b

Please sign in to comment.