# | Line 22 | Line 22 | parser.add_option("-S","--setting", dest | |
---|---|---|
22 | parser.add_option("-N","--name", dest="set_name", default='', | |
23 | help="Parameter setting name. Output files will have this name") | |
24 | parser.add_option("-L","--local",dest="local", default=True, | |
25 | < | help="True to run it locally. Default=False -> Run on batch system using config") |
25 | > | help="True to run it locally. False to run on batch system using config") |
26 | ||
27 | (opts, args) = parser.parse_args(argv) | |
28 | if opts.config =="": |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |