stop error when switching back from threads to 0 threads
This commit is contained in:
@@ -379,7 +379,7 @@ class Importer:
|
|||||||
|
|
||||||
# Load filter, process file, pass returned filename to import_fpdb_file
|
# Load filter, process file, pass returned filename to import_fpdb_file
|
||||||
|
|
||||||
if self.writeq != None:
|
if self.settings['threads'] > 0 and self.writeq != None:
|
||||||
print "\nConverting " + file + " (" + str(q.qsize()) + ")"
|
print "\nConverting " + file + " (" + str(q.qsize()) + ")"
|
||||||
else:
|
else:
|
||||||
print "\nConverting " + file
|
print "\nConverting " + file
|
||||||
|
|||||||
Reference in New Issue
Block a user