merge from futz2 branch

This commit is contained in:
Matt Turnbull
2009-08-28 18:24:51 +01:00
22 changed files with 3612 additions and 3570 deletions
+2 -1
View File
@@ -384,8 +384,9 @@ class Importer:
conv = None
(stored, duplicates, partial, errors, ttime) = (0, 0, 0, 0, 0)
file = file.decode(fpdb_simple.LOCALE_ENCODING)
# Load filter, process file, pass returned filename to import_fpdb_file
if self.settings['threads'] > 0 and self.writeq != None:
log.info("Converting " + file + " (" + str(q.qsize()) + ")")
else: