From 8e1f3b8a90fd167c52213de1b1e1727093bff365 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 24 Jul 2020 22:01:29 +0100 Subject: [PATCH] plugins/inara: Fix typo on except: --- plugins/inara.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inara.py b/plugins/inara.py index 0288076c..1fcf5911 100644 --- a/plugins/inara.py +++ b/plugins/inara.py @@ -915,7 +915,7 @@ def worker(): this.system_link.event_generate('<>', when="tail") # calls update_ship in main thread break - except Exceptionas e: + except Exception as e: logger.debug(f'Sending events', exc_info=e) retrying += 1 else: