Skip to content

Commit ffc845f

Browse files
committed
fixed pypy tests
1 parent 6c37262 commit ffc845f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

progressbar/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def write(self, value):
200200
listener.update()
201201
else:
202202
self.target.write(value)
203-
if '\n' in value:
203+
if '\n' in value: # pragma: no branch
204204
self.flush_target()
205205

206206
def flush(self):

0 commit comments

Comments
 (0)