ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/CondorGLoggingInfo.py
(Generate patch)

Comparing COMP/CRAB/python/CondorGLoggingInfo.py (file contents):
Revision 1.1 by gutsche, Fri Sep 22 14:47:10 2006 UTC vs.
Revision 1.2 by gutsche, Fri Oct 13 20:09:46 2006 UTC

# Line 31 | Line 31 | class CondorGLoggingInfo:
31          extract meaningful message from condor_q -l
32          """
33  
34 +        msg = ''
35          for line in input.splitlines() :
36              if line.find('HoldReason') != -1 :
37                  msg = line.split('\"')[-2]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines