Skip to content

Commit

Permalink
Update output when remaking runner
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jan 2, 2018
1 parent e387239 commit 7332784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maggma/cli/mrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def main():
runner = Runner(objects, num_workers=args.num_workers)
elif isinstance(objects, Runner):
# This is a runner:
root.info("Changing number of workers from default in input file")
runner = Runner(objects.builders,args.num_workers)
else:
root.error("Couldn't properly read the builder file.")
Expand Down

0 comments on commit 7332784

Please sign in to comment.