Fix a lengthy line

This commit is contained in:
George Edward Bulmer 2018-02-11 23:20:24 +00:00
parent 72103ec730
commit 164b2a3eef

View File

@ -93,7 +93,8 @@ class ConfigErrorDesc:
def __str__(self):
return '{} - {}: {} '.format(self.text,
self.exception.__class__.__name__, self.exception)
self.exception.__class__.__name__,
self.exception)
def with_text(self, text):
"""Get a new ConfigErrorDesc with the given text appended."""