summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCDBusBackend.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gui/CCDBusBackend.py')
-rw-r--r--src/Gui/CCDBusBackend.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Gui/CCDBusBackend.py b/src/Gui/CCDBusBackend.py
index fe0e3f5..208539d 100644
--- a/src/Gui/CCDBusBackend.py
+++ b/src/Gui/CCDBusBackend.py
@@ -81,6 +81,7 @@ class DBusManager(gobject.GObject):
raise Exception(e.message)
def Report(self,report):
+ # FIXME async
return self.cc.Report(report)
def DeleteDebugDump(self,UUID):