Remove unnecessary pass
This commit is contained in:
parent
ad14953c21
commit
76be5a17b6
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ class KdeConnectShareExtension(GObject.GObject, Nautilus.MenuProvider):
|
||||||
gettext.bindtextdomain('kdeconnect-nautilus-extension')
|
gettext.bindtextdomain('kdeconnect-nautilus-extension')
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
pass
|
|
||||||
|
|
||||||
self.dbus = Gio.DBusProxy.new_for_bus_sync(
|
self.dbus = Gio.DBusProxy.new_for_bus_sync(
|
||||||
Gio.BusType.SESSION,
|
Gio.BusType.SESSION,
|
||||||
|
|
Loading…
Reference in a new issue