# | Line 44 | Line 44 | def set_condor_output_dir(arguments): | |
---|---|---|
44 | sys.exit("Cannot find last condor working directory") | |
45 | dir_list.sort(reverse=True) | |
46 | condor_dir = "condor/%s" % dir_list[0] | |
47 | < | print "Condor output directory set to ",condor_dir |
47 | > | #print "Condor output directory set to ",condor_dir |
48 | return condor_dir | |
49 | ||
50 | def set_commandline_arguments(parser): |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |