# | Line 57 | Line 57 | if(len(sys.argv) != 2 or sys.argv[1] == | |
---|---|---|
57 | sys.exit(-1) | |
58 | else: | |
59 | lay_out_groundwork() | |
60 | + | print "Will now recompile to account for any possible changes in the configuration (or setup)" |
61 | + | commands.getoutput("make") |
62 | print "Going to submit "+str(sys.argv[1])+" jobs : " | |
63 | fusecommand="hadd -f output/all_efficiencies.root" | |
64 | path=str(os.path.abspath(os.curdir)) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |