server/sources/datafeed.py
changeset 9665 887ad08e3a61
parent 9664 5ef5494b6b0b
child 9746 81b56897a377
--- a/server/sources/datafeed.py	Fri Apr 04 12:46:35 2014 +0200
+++ b/server/sources/datafeed.py	Fri Apr 04 14:23:01 2014 +0200
@@ -322,7 +322,6 @@
             uri = uri.encode('utf-8')
         try:
             eid = session.repo.extid2eid(source, str(uri), etype, session,
-                                         commit=False,
                                          sourceparams=sourceparams)
         except ValidationError as ex:
             # XXX use critical so they are seen during tests. Should consider