Skip to content

Commit

Permalink
Merge pull request #199 from shyamd/fix_atw
Browse files Browse the repository at this point in the history
Fix ATWF
  • Loading branch information
computron committed Jan 22, 2018
2 parents 64bfd09 + b702c2c commit c6c0601
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 c6c0601

Please sign in to comment.