diff options
Diffstat (limited to 'coverage/debug.py')
-rw-r--r-- | coverage/debug.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coverage/debug.py b/coverage/debug.py index 6e7af24..c441dff 100644 --- a/coverage/debug.py +++ b/coverage/debug.py @@ -41,6 +41,7 @@ def info_formatter(info): nicely formatted, ready to print. """ + info = list(info) label_len = max(len(l) for l, _d in info) for label, data in info: if data == []: |