mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-04 10:35:51 +00:00
Fix formatting bug
This commit is contained in:
parent
2775dafffd
commit
4602df47aa
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class CliError(RuntimeError):
|
|||
RuntimeError.__init__(self, msg)
|
||||
|
||||
def __str__(self):
|
||||
msg = self.msg.rstrip(u'.:')
|
||||
msg = self.msg
|
||||
li = u'\n - '
|
||||
for problem in self.problems or ():
|
||||
msg += u'{}{}'.format(li, problem)
|
||||
|
|
|
|||
Loading…
Reference in a new issue