| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,7 @@ | |||
| 19 | 19 | long running operations. | |
| 20 | 20 | '''.strip() | |
| 21 | 21 | __email__ = 'wolph@wol.ph' | |
| 22 | - __version__ = '3.5.0' | ||
| 22 | + __version__ = '3.5.1' | ||
| 23 | 23 | __license__ = 'BSD' | |
| 24 | 24 | __copyright__ = 'Copyright 2015 Rick van Hattem (Wolph)' | |
| 25 | 25 | __url__ = 'https://github.com/WoLpH/python-progressbar' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -57,7 +57,7 @@ def __init__(self, term_width=None, **kwargs): | |||
| 57 | 57 | signal.signal(signal.SIGWINCH, self._handle_resize) | |
| 58 | 58 | self.signal_set = True | |
| 59 | 59 | except: # pragma: no cover | |
| 60 | - raise | ||
| 60 | + pass | ||
| 61 | 61 | ||
| 62 | 62 | def _handle_resize(self, signum=None, frame=None): | |
| 63 | 63 | 'Tries to catch resize signals sent from the terminal.' | |
| Back | FazBrowse Home | New Git URL |
0 commit comments