1
0

Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot
2026-01-07 10:24:53 +00:00

View File

@@ -87,7 +87,7 @@ def check_udev_rules():
line = line.strip()
if not line.startswith("#") and len(line):
current_rules.add(line)
except PermissionError:
except (PermissionError, FileNotFoundError):
cli.log.debug("Failed to read: %s", rule_file)
# Check if the desired rules are among the currently present rules