Skip to content

Commit

Permalink
Add no bars to worker input
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Sep 26, 2022
1 parent 90e3614 commit 187df6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maggma/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def run(
# worker
loop = asyncio.get_event_loop()
loop.run_until_complete(
worker(url=url, port=port, num_processes=num_processes)
worker(url=url, port=port, num_processes=num_processes, no_bars=no_bars)
)
else:
if num_processes == 1:
Expand Down

0 comments on commit 187df6e

Please sign in to comment.