Skip to content

Commit

Permalink
Missed num_processes
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Jan 26, 2022
1 parent 2864e5b commit ca1201e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maggma/cli/__init__.py
Expand Up @@ -136,7 +136,7 @@ def run(
worker(url=url, port=port, num_processes=num_processes)
)
else:
if num_workers == 1:
if num_processes == 1:
for builder in builder_objects:
serial(builder, no_bars)
else:
Expand Down

0 comments on commit ca1201e

Please sign in to comment.