ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/Configuration/scripts/makePU.py
(Generate patch)

Comparing UserCode/OSUT3Analysis/Configuration/scripts/makePU.py (file contents):
Revision 1.4 by lantonel, Wed Mar 13 09:27:11 2013 UTC vs.
Revision 1.5 by ahart, Fri Apr 12 04:10:23 2013 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines