sobjects/ldapparser.py
changeset 8409 79534887943e
parent 8400 0ae27909e45b
child 8427 63c4c65e4db1
--- a/sobjects/ldapparser.py	Tue May 15 14:43:30 2012 +0200
+++ b/sobjects/ldapparser.py	Tue May 15 14:44:45 2012 +0200
@@ -35,7 +35,7 @@
     # attributes of the cw user
     non_attribute_keys = set(('email',))
 
-    def process(self, url, partialcommit=True):
+    def process(self, url, raise_on_error=False):
         """IDataFeedParser main entry point"""
         source = self.source
         searchstr = '(&%s)' % ''.join(source.base_filters)