Skip to content

Commit 1dc8fca

Browse files
committed
update message
1 parent 56e6cec commit 1dc8fca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_seesaw/neopixel.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ def const(x):
2121

2222
### hack to make sure this module is not placed in root CIRCUITPY/lib folder
2323
if "." not in __name__:
24-
raise ImportError("seesaw neopixel being imported from wrong location")
24+
raise ImportError(
25+
"seesaw neopixel being imported from unexpected location - is seesaw neopixel use intended?"
26+
)
2527

2628
__version__ = "0.0.0+auto.0"
2729
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_seesaw.git"

0 commit comments

Comments
 (0)