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