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

Comparing COMP/CRAB/python/DLSInfo.py (file contents):
Revision 1.14 by slacapra, Wed Jan 17 18:17:58 2007 UTC vs.
Revision 1.15 by spiga, Mon Mar 19 14:52:05 2007 UTC

# Line 28 | Line 28 | class DLSError:
28  
29   class DLSNoReplicas(exceptions.Exception):
30      def __init__(self, FileBlock):
31        exceptions.Exception.__init__(self, self.args)
31          self.args ="No replicas exists for fileblock: "+FileBlock+"\n"
32 +        exceptions.Exception.__init__(self, self.args)
33          pass
34  
35      def getClassName(self):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines