forked from mirror/qmk_firmware
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@@ -87,7 +87,7 @@ def check_udev_rules():
|
|||||||
line = line.strip()
|
line = line.strip()
|
||||||
if not line.startswith("#") and len(line):
|
if not line.startswith("#") and len(line):
|
||||||
current_rules.add(line)
|
current_rules.add(line)
|
||||||
except PermissionError:
|
except (PermissionError, FileNotFoundError):
|
||||||
cli.log.debug("Failed to read: %s", rule_file)
|
cli.log.debug("Failed to read: %s", rule_file)
|
||||||
|
|
||||||
# Check if the desired rules are among the currently present rules
|
# Check if the desired rules are among the currently present rules
|
||||||
|
|||||||
Reference in New Issue
Block a user