diff --git a/tests/gmlan_harness_test.py b/tests/gmlan_harness_test.py index 18b8295..587d850 100755 --- a/tests/gmlan_harness_test.py +++ b/tests/gmlan_harness_test.py @@ -77,5 +77,5 @@ if __name__ == "__main__": loops += 1 print(f"Completed {loops} loops") - except: + except Exception: print("Test failed somehow. Did you power the black panda using the GMLAN harness?")