Skip to content

Commit f3ba660

Browse files
committed
fix: lint error
1 parent 4b14303 commit f3ba660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshtastic/slog/slog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def __init__(
267267
# symlink might fail on some platforms, if it does fail silently
268268
try:
269269
latest_dir.symlink_to(dir_name, target_is_directory=True)
270-
except OSError as e:
270+
except OSError:
271271
pass
272272

273273
self.dir_name = dir_name

0 commit comments

Comments
 (0)