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

Comparing COMP/CRAB/python/EdgLoggingInfo.py (file contents):
Revision 1.3 by slacapra, Wed Jan 17 18:17:58 2007 UTC vs.
Revision 1.4 by slacapra, Thu Apr 19 13:49:09 2007 UTC

# Line 36 | Line 36 | class EdgLoggingInfo:
36          try:
37              file = open(filename)
38          except IOError:
39 <            print ''
40 <            print 'Could not open file: ',filename
39 >            common.logger.message('Could not open file: '+filename)
40              return ''
41  
42          return self.decodeReason(file.readlines())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines