fixed format
This commit is contained in:
parent
05caa3654c
commit
5667603a27
1 changed files with 1 additions and 1 deletions
|
@ -138,5 +138,5 @@ class CallbackModule(CallbackBase):
|
|||
for uuid, result in results:
|
||||
msg=u"{0:-<{2}}{1:->9}".format(result['name'] + u' ',u' {0:.02f}s'.format(result['time']), self.columns - 9)
|
||||
if 'path' in result:
|
||||
msg += u"\n{0:-<{1}}".format(result['path'] + u' '.format(self.columns))
|
||||
msg += u"\n{0:-<{1}}".format(result['path'] + u' ', self.columns)
|
||||
self._display.display(msg)
|
||||
|
|
Loading…
Reference in a new issue