set allow threads option to false
This commit is contained in:
parent
921812f5e4
commit
fed180d945
|
@ -36,7 +36,7 @@ import Configuration
|
|||
class GuiBulkImport():
|
||||
|
||||
# CONFIGURATION - update these as preferred:
|
||||
allowThreads = True # set to True to try out the threads field
|
||||
allowThreads = False # set to True to try out the threads field
|
||||
|
||||
# not used
|
||||
def import_dir(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user