diff -r 41461b2e9854 -r 79534887943e sobjects/ldapparser.py --- 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)