Skip to content

Commit ae5d701

Browse files
committed
ignoring "impossible" use case for test coverage
1 parent 31dce57 commit ae5d701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

progressbar/bar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def __next__(self):
533533
except StopIteration:
534534
self.finish()
535535
raise
536-
except GeneratorExit:
536+
except GeneratorExit: # pragma: no cover
537537
self.finish(dirty=True)
538538
raise
539539

0 commit comments

Comments
 (0)