We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4fc19 commit d2d74c8Copy full SHA for d2d74c8
octoprint_ws281x_led_status/wizard.py
@@ -57,7 +57,7 @@ def validate(self, cmd):
57
}
58
try:
59
result = validators[cmd]()
60
- except FileNotFoundError:
+ except OSError:
61
self._logger.warning("Tried to validate {} but files were missing")
62
result = {"check": cmd, "passed": False, "reason": "missing"}
63
except Exception as e:
0 commit comments