Fix a lengthy line
This commit is contained in:
parent
72103ec730
commit
164b2a3eef
@ -93,7 +93,8 @@ class ConfigErrorDesc:
|
|||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return '{} - {}: {} '.format(self.text,
|
return '{} - {}: {} '.format(self.text,
|
||||||
self.exception.__class__.__name__, self.exception)
|
self.exception.__class__.__name__,
|
||||||
|
self.exception)
|
||||||
|
|
||||||
def with_text(self, text):
|
def with_text(self, text):
|
||||||
"""Get a new ConfigErrorDesc with the given text appended."""
|
"""Get a new ConfigErrorDesc with the given text appended."""
|
||||||
|
Loading…
Reference in New Issue
Block a user