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

Comparing UserCode/RateMonShiftTool_dev/AddTableInfo_db.py (file contents):
Revision 1.38 by amott, Mon Sep 17 15:14:23 2012 UTC vs.
Revision 1.40 by grchrist, Wed Oct 3 11:36:09 2012 UTC

# Line 26 | Line 26 | def MoreTableInfo(parser,LumiRange,confi
26          print "no lumisections to monitor"
27          return
28    ## check if lumi is being filled
29 <    if parser.LastLSParsed > 4:
29 >    if parser.LastLSParsed > 4 and isCol:
30          if set(parser.InstLumiByLS.values()) == set([None]):
31              write(colored("\n\nLUMI INFORMATION NOT BEING SENT!\n",'red',attrs=['reverse']))
32              write(colored("Check with Shift Leader if this is expected\n",'red',attrs=['reverse']))
33 <            write(colored("If not, call Lumi DOC\n\n\n",'red',attrs=['reverse']))
33 >            write(colored("If not, HFLUMI needs to be red-recycled\n\n\n",'red',attrs=['reverse']))
34 >            write(colored("If in doubt, call Lumi DOC\n\n\n",'red',attrs=['reverse']))
35              #return
36                                                                                                                                                                                                                                                                      
37      try:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines