ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbb/python/submitThem.py
(Generate patch)

Comparing UserCode/VHbb/python/submitThem.py (file contents):
Revision 1.11 by bortigno, Sun Sep 30 19:40:44 2012 UTC vs.
Revision 1.12 by peller, Mon Oct 1 09:16:34 2012 UTC

# Line 55 | Line 55 | if opts.task == 'dc':
55   if opts.task == 'plot':
56      Plot_vars= config.items('Plot')
57  
58 < path = config.get("Directories","samplepath")
59 < infofile = open(path+'/env/samples.info','r')
60 < info = pickle.load(infofile)
61 < infofile.close()
58 > if not opts.task == 'prep':
59 >    path = config.get("Directories","samplepath")
60 >    infofile = open(path+'/env/samples.info','r')
61 >    info = pickle.load(infofile)
62 >    infofile.close()
63  
64  
65   if opts.task == 'plot':

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines