Remove passthrough section from import_file_dict
This commit is contained in:
parent
706ce46a9f
commit
22ff98d7c9
|
@ -288,9 +288,7 @@ class Importer:
|
|||
if os.path.isdir(file):
|
||||
self.addToDirList[file] = [site] + [filter]
|
||||
return
|
||||
if filter == "passthrough" or filter == "":
|
||||
(stored, duplicates, partial, errors, ttime) = self.import_fpdb_file(file, site)
|
||||
else:
|
||||
|
||||
conv = None
|
||||
# Load filter, process file, pass returned filename to import_fpdb_file
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user