cubicweb/sobjects/services.py
changeset 12346 b3f45d96a179
parent 12146 d540defa0591
child 12567 26744ad37953
--- a/cubicweb/sobjects/services.py	Wed Jul 18 13:53:00 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']