示例#1
0
 def __str__(self):
     return "Error in step %s%s: %s" % (self.erroredStep, self._partnerStr,
                                        ReleaseFrameworkError.__str__(self))
示例#2
0
 def __str__(self):
     return "Error in step %s%s: %s" % (self.erroredStep, self._partnerStr,
      ReleaseFrameworkError.__str__(self))
示例#3
0
 def __str__(self):
     return "ConfigSpec Error: " + ReleaseFrameworkError.__str__(self)
示例#4
0
 def __str__(self):
     return "ConfigSpec Error: " + ReleaseFrameworkError.__str__(self)