# | Line 11 | Line 11 | parser = OptionParser() | |
---|---|---|
11 | parser = set_commandline_arguments(parser) | |
12 | (arguments, args) = parser.parse_args() | |
13 | ||
14 | < | if options.localConfig: |
14 | > | if arguments.localConfig: |
15 | sys.path.append(os.getcwd()) | |
16 | < | exec("from " + options.localConfig.rstrip('.py') + " import *") |
16 | > | exec("from " + arguments.localConfig.rstrip('.py') + " import *") |
17 | ||
18 | condor_dir = set_condor_output_dir(arguments) | |
19 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |