Commit 239455e5 authored by Bartek Górny's avatar Bartek Górny

accept second argument in _processData (because of previous changes to ExternalDocument)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10488 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 731b9498
......@@ -112,7 +112,7 @@ class ExternalLibraryFile(ExternalDocument):
, PropertySheet.ExternalDocument
)
def _processData(self,s):
def _processData(self,s,inf):
# remove current subobjects
self.manage_delObjects([i.getId() for i in self.searchFolder(portal_type='Book Information')])
# parse xml file and iterate over results
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment