diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-17 19:17:22 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-17 19:17:22 +0100 |
| commit | b1d1021bae53071a9dca737e91e2f409080deff6 (patch) | |
| tree | a26fc37ab1e4f3bc46e2b853bc2d651e5931a4dc /cli/app | |
| parent | 42d032decf2be236e1fc86abe53d6b02e435e938 (diff) | |
except exception
Diffstat (limited to 'cli/app')
| -rw-r--r-- | cli/app/search/live.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/live.py b/cli/app/search/live.py index 6730c96..d41afc4 100644 --- a/cli/app/search/live.py +++ b/cli/app/search/live.py @@ -434,7 +434,7 @@ class Listener: # catch interrupts try: self.run(interpolator, pipe) - except e: + except Exception as e: pass self.rpc_client.send_status('processing', False) self.sess.close() |
