return appropriate tuple from import_fpdb_file on file error

This commit is contained in:
eblade 2009-02-25 22:47:22 -05:00
parent 560cb1a543
commit 9066cf9fc6

View File

@ -244,7 +244,7 @@ class Importer:
inputFile = open(file, "rU")
else:
self.removeFromFileList['file'] = True
return
return (0, 0, 0, 1, 0)
try:
loc = self.pos_in_file[file]
except: