Skip to content

Commit

Permalink
Better initial output.
Browse files Browse the repository at this point in the history
  • Loading branch information
lakinwecker committed Jan 13, 2019
1 parent f725e16 commit 53eebf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def run(working_set):
} for i, gid in enumerate(to_process)
]

print(f"Processing {parallelism} games at a time")
print(f"Processing {parallelism} / {len(to_process)} games at a time")
pool.map_async(process_game, process_args)
progress_args = ({
'total_moves': total_moves,
Expand Down

0 comments on commit 53eebf8

Please sign in to comment.