@@ -59,7 +59,7 @@ def process_files(gui, source, dest):
sourcedir = source
destdir = dest
pool = mp.Pool(processes=num_cores)
pool.map(process_file, filelist, gui)
pool.map(process_file, filelist)
def process_file(data):
outfile = ''
The note is not visible to the blocked user.