1 parent 8b1e5fa commit 824afb2Copy full SHA for 824afb2
1 file changed
preprocess.py
@@ -47,7 +47,7 @@ def main():
47
with concurrent.futures.ProcessPoolExecutor() as executor:
48
futures = [executor.submit(preprocess.preprocess_html_file, root, fn,
49
rename_map)
50
- for fn in enumerate(file_list)]
+ for fn in file_list]
51
52
for future in futures:
53
output = future.result()
0 commit comments