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.39 by amott, Mon Sep 17 15:16:09 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']))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines