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):
|
if os.path.isdir(file):
|
||||||
self.addToDirList[file] = [site] + [filter]
|
self.addToDirList[file] = [site] + [filter]
|
||||||
return
|
return
|
||||||
if filter == "passthrough" or filter == "":
|
|
||||||
(stored, duplicates, partial, errors, ttime) = self.import_fpdb_file(file, site)
|
|
||||||
else:
|
|
||||||
conv = None
|
conv = None
|
||||||
# Load filter, process file, pass returned filename to import_fpdb_file
|
# Load filter, process file, pass returned filename to import_fpdb_file
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user