From f3ba660cf420b87ae01a7c72738f4d78cef58822 Mon Sep 17 00:00:00 2001 From: shukari <7529291+shukari@users.noreply.github.com> Date: Thu, 7 Aug 2025 13:30:47 +0200 Subject: [PATCH] fix: lint error --- meshtastic/slog/slog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/slog/slog.py b/meshtastic/slog/slog.py index 645fe40..f91f066 100644 --- a/meshtastic/slog/slog.py +++ b/meshtastic/slog/slog.py @@ -267,7 +267,7 @@ class LogSet: # symlink might fail on some platforms, if it does fail silently try: latest_dir.symlink_to(dir_name, target_is_directory=True) - except OSError as e: + except OSError: pass self.dir_name = dir_name