From 512ab3f2f08a54d4c5757937bc72fc9fc8b3ec3a Mon Sep 17 00:00:00 2001 From: Comma Device Date: Wed, 6 Nov 2019 21:47:18 +0000 Subject: [PATCH] except Exception --- tests/debug_console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/debug_console.py b/tests/debug_console.py index 8e66946dd4d8db..7b354b1487a080 100755 --- a/tests/debug_console.py +++ b/tests/debug_console.py @@ -44,6 +44,6 @@ if claim: panda.serial_write(port_number, ln) time.sleep(0.01) - except: + except Exception: print("panda disconnected!") time.sleep(0.5);