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.2 by gutsche, Fri Oct 13 20:09:46 2006 UTC vs.
Revision 1.3 by slacapra, Wed Jan 17 18:17:58 2007 UTC

# Line 1 | Line 1
1   #!/usr/bin/env python
2  
3 < import sys, os, string
3 > import sys
4  
5   class CondorGLoggingInfo:
6      def __init__(self) :
# Line 37 | Line 37 | class CondorGLoggingInfo:
37                  msg = line.split('\"')[-2]
38                  break
39  
40 <        if msg.find('authentication with the remote server failed') :
40 >        if msg.find('authentication with the remote server failed')>=0 :
41              self.category = self._categories[2]
42          else :
43              self.category = self._categories[0]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines