parent
643289e013
commit
ea8038db10
|
@ -260,7 +260,7 @@ class AbstractReporter(object):
|
|||
# we should have printed 20 characters to this point
|
||||
itempath = ".".join(event.item.listnames()[1:-1])
|
||||
funname = event.item.listnames()[-1]
|
||||
lgt = get_terminal_width() - 20
|
||||
lgt = get_terminal_width() - 25
|
||||
# mark the function name, to be sure
|
||||
to_display = len(itempath) + len(funname) + 1
|
||||
if to_display > lgt:
|
||||
|
|
Loading…
Reference in New Issue