Mercurial > code > home > repos > light9
changeset 2224:0dd05e9d4ae7
ran into this line- maybe it is not NotImplemented after all?
author | drewp@bigasterisk.com |
---|---|
date | Tue, 23 May 2023 23:43:07 -0700 |
parents | 9b6f4b3c329c |
children | 9d6c7cab31b0 |
files | light9/effect/settings.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/effect/settings.py Tue May 23 23:42:33 2023 -0700 +++ b/light9/effect/settings.py Tue May 23 23:43:07 2023 -0700 @@ -96,7 +96,7 @@ devDict = self._compiled.setdefault(dev, {}) if devAttr in devDict: existingVal: VTUnion = devDict[devAttr] - raise NotImplementedError('fixme: dev is to be a deviceclass (but it is currently unused)') + # raise NotImplementedError('fixme: dev is to be a deviceclass (but it is currently unused)') value = resolve(dev, devAttr, [existingVal, value]) devDict[devAttr] = value self._delZeros()