[gnome-music/wip/jfelder/tracker3: 1/3] minor indentation fix for sam's commit (to be squashed)
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/tracker3: 1/3] minor indentation fix for sam's commit (to be squashed)
- Date: Mon, 24 Aug 2020 14:01:58 +0000 (UTC)
commit 7394fd8feb15f1d12334288cc74fa10ec726de61
Author: Marinus Schraal <mschraal gnome org>
Date: Mon Aug 24 15:00:12 2020 +0200
minor indentation fix for sam's commit (to be squashed)
gnomemusic/trackerwrapper.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gnomemusic/trackerwrapper.py b/gnomemusic/trackerwrapper.py
index e78a6843..07b68caf 100644
--- a/gnomemusic/trackerwrapper.py
+++ b/gnomemusic/trackerwrapper.py
@@ -106,11 +106,11 @@ class TrackerWrapper(GObject.GObject):
miner_fs_startup_timeout_msec = 30 * 1000
miner_fs_object_path = '/org/freedesktop/Tracker3/Miner/Files'
- bus.call(self._miner_fs_busname, miner_fs_object_path,
- 'org.freedesktop.DBus.Peer', 'Ping', None, None,
- Gio.DBusCallFlags.NONE,
- miner_fs_startup_timeout_msec, None,
- self._setup_local_miner_fs_ping_cb)
+ bus.call(
+ self._miner_fs_busname, miner_fs_object_path,
+ 'org.freedesktop.DBus.Peer', 'Ping', None, None,
+ Gio.DBusCallFlags.NONE, miner_fs_startup_timeout_msec, None,
+ self._setup_local_miner_fs_ping_cb)
def _setup_local_miner_fs_ping_cb(self, klass, result):
try:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]