We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9424c2c commit 7422f53Copy full SHA for 7422f53
gpoa/frontend/kde_applier.py
@@ -360,7 +360,7 @@ def call_dbus_method(file_name):
360
getattr(dbus_iface, config['dbus_method'])(*config['dbus_args'])
361
else:
362
getattr(dbus_iface, config['dbus_method'])()
363
- except dbus.exceptions.DBusException as e:
+ except dbus.exceptions.DBusException as exc:
364
logdata = dict({'error': str(exc)})
365
log('E31', logdata)
366
0 commit comments