From 51a68d0a88b361793d616422b25b64014abad1b3 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 13 Nov 2023 18:37:02 -0600 Subject: [PATCH] lint --- esphome/dashboard/dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/dashboard/dashboard.py b/esphome/dashboard/dashboard.py index 15f18324ec..71fe887beb 100644 --- a/esphome/dashboard/dashboard.py +++ b/esphome/dashboard/dashboard.py @@ -1098,7 +1098,7 @@ class PingStatus: ) for entry, result in zip(ping_group, results): if isinstance(result, BaseException): - raise + raise result if isinstance(result, Exception): result = False PING_RESULT[entry.filename] = result