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

Comparing UserCode/VHbb/python/updateinfo.py (file contents):
Revision 1.4 by peller, Tue May 29 15:03:19 2012 UTC vs.
Revision 1.5 by peller, Thu Aug 2 16:03:52 2012 UTC

# Line 18 | Line 18 | info = pickle.load(infofile)
18   infofile.close()
19  
20   for job in info:
21 <    if job.group in name or name == "all":
21 >    if (job.name == name) or (name == "all"):
22          print '\t - %s' %(job.name)
23          setattr(job,attribute,newvalue)
24  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines