forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
This split-string translate() message is not printed when I exercise this error. Instead I just get AttributeError:.
circuitpython/shared-bindings/pwmio/PWMOut.c
Lines 273 to 275 in 8e4626f
| mp_raise_AttributeError(translate( | |
| "PWM frequency not writable when variable_frequency is False on " | |
| "construction.")); |
There may be others like this.
I think we cannot split these due to some limitation in the translation processing?