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