Skip to content

Commit

Permalink
apparently quotes mean things
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkinnison committed Feb 3, 2021
1 parent 75becc8 commit e0f52bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shadho/workers/workqueue.py
Expand Up @@ -38,7 +38,7 @@ def shadho_wq_worker(args=None, config=None):
if args is None:
cmd_args = ''
else:
cmd_args = f'{-M if args.master else ""} {args.master} --cores {args.cores}'
cmd_args = f'{"-M" if args.master else ""} {args.master} --cores {args.cores}'
for feature in args.feature:
cmd_args += f' --feature {feature}'

Expand Down

0 comments on commit e0f52bd

Please sign in to comment.