Fixing loading bad gz files and progress showing
This commit is contained in:
@@ -72,7 +72,7 @@ def main(args):
|
||||
word_stats.add_words(words)
|
||||
|
||||
else:
|
||||
for words in progress(load_files(args), "files", outfile=True):
|
||||
for words in load_files(args):
|
||||
matches = match_file(words, structures)
|
||||
# just save to temporary file, used for children of a parallel process
|
||||
# MUST NOT have more than one file
|
||||
|
||||
Reference in New Issue
Block a user