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

This commit is contained in:
QMK Bot 2026-01-07 10:24:53 +00:00
commit 85b79cc578
1 changed files with 1 additions and 1 deletions

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