Skip to content

Commit

Permalink
fix bad default for common_param_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jan 22, 2018
1 parent 64bfd09 commit b702c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/atwf
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ if __name__ == "__main__":
help="Set to a dict-like string, e.g. '{\"a\":\"b\"}', to set common params")
padd.add_argument("files", metavar="files", type=str, nargs="+",
help="Structures to add workflows for.")
padd.set_defaults(func=add_wf,common_param_updates={})
padd.set_defaults(func=add_wf,common_param_updates="{}")

ptest = subparsers.add_parser("test", help="Add test suite.")
ptest.add_argument("-r", "--reset", dest="reset", action='store_true',
Expand Down

0 comments on commit b702c2c

Please sign in to comment.