From 15ce4968dbb4d116874a6f50dd268f3c9120b14b Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Sun, 31 May 2026 12:48:18 -0700 Subject: [PATCH] pylint fix --- meshtastic/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index bb37159..89390e6 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -97,7 +97,6 @@ def onReceive(packet, interface) -> None: interface.sendText(reply,channelIndex=rxChannel) else: print(f"Ignored message on channel {rxChannel} (waiting for channel {targetChannel})") - except Exception as ex: print(f"Warning: Error processing received packet: {ex}.")