cubicweb/sobjects/services.py
branch3.26
changeset 12429 fe3ffa2fe5c3
parent 12146 d540defa0591
child 12567 26744ad37953
--- a/cubicweb/sobjects/services.py	Wed Jul 11 09:18:57 2018 +0200
+++ b/cubicweb/sobjects/services.py	Thu Aug 16 12:31:44 2018 +0200
@@ -143,5 +143,5 @@
 
     def call(self, source_eid):
         source = self._cw.repo.source_by_eid(source_eid)
-        result = source.pull_data(self._cw, force=True, async=True)
+        result = source.pull_data(self._cw, force=True, sync=False)
         return result['import_log_eid']