Skip to content

Commit b5a83cc

Browse files
committed
Don't print dots in util.check_output with debug output
1 parent 5b0a8f3 commit b5a83cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

asv/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ def _fix_env(s):
559559

560560
if log.is_debug_enabled():
561561
debug_log = DebugLogBuffer(log)
562+
dots = False
562563
else:
563564
debug_log = lambda c: None
564565

0 commit comments

Comments
 (0)