FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

removed debug code, the exception shouldnt raise · simudream/python-progressbar@9498e66 · GitHub

Commit 9498e66

Browse files
committed
removed debug code, the exception shouldnt raise
1 parent 875961b commit 9498e66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎progressbar/__about__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
long running operations.
2020
'''.strip()
2121
__email__ = 'wolph@wol.ph'
22-
__version__ = '3.5.0'
22+
__version__ = '3.5.1'
2323
__license__ = 'BSD'
2424
__copyright__ = 'Copyright 2015 Rick van Hattem (Wolph)'
2525
__url__ = 'https://github.com/WoLpH/python-progressbar'

‎progressbar/bar.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(self, term_width=None, **kwargs):
5757
signal.signal(signal.SIGWINCH, self._handle_resize)
5858
self.signal_set = True
5959
except: # pragma: no cover
60-
raise
60+
pass
6161

6262
def _handle_resize(self, signum=None, frame=None):
6363
'Tries to catch resize signals sent from the terminal.'

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL