Skip to content
Snippets Groups Projects
Commit 5b0aa07a authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Remove unused variable

parent 261df4ba
No related branches found
No related tags found
No related merge requests found
......@@ -350,7 +350,7 @@ def _create_service(self):
try:
self._entrygroup.call_sync('Commit', None,
Gio.DBusCallFlags.NONE, -1, None)
except GLib.Error as error:
except GLib.Error:
pass
return True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment