| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,2 +1,2 @@ | |||
| 1 | - version_info = (1, 2, 4) | ||
| 1 | + version_info = (1, 2, 5) | ||
| 2 | 2 | __version__ = ".".join(map(str, version_info)) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -418,7 +418,7 @@ def send_and_receive(self, message, timeout=None, give_up_condition=None): | |||
| 418 | 418 | try: | |
| 419 | 419 | response = self._response_queue.get(timeout=timeout) | |
| 420 | 420 | except Empty: | |
| 421 | - pass | ||
| 421 | + continue | ||
| 422 | 422 | if isinstance(response, Exception): | |
| 423 | 423 | raise response | |
| 424 | 424 | return response | |
| Back | FazBrowse Home | New Git URL |
0 commit comments