You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ reclass --inventory
Traceback (most recent call last):
File "/home/marin/reclass/lib64/python3.6/site-packages/reclass-1.7.0-py3.6.egg/reclass/storage/memcache_proxy.py", line 51, in get_class
return self._classes_cache[environment][name]
KeyError: 'subclass'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/marin/reclass/lib64/python3.6/site-packages/reclass-1.7.0-py3.6.egg/reclass/storage/yaml_fs/__init__.py", line 107, in get_class
path = os.path.join(self.classes_uri, self._classes[name])
KeyError: 'subclass'
->
Inventory Queries:
-> testnode
In yaml_fs:///etc/reclass/classes/testclass/init.yml
Class subclass not found under yaml_fs:///etc/reclass/classes
Am I misunderstanding something here ?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
While v1.7.0 passes all unit tests, it seems it is unable to resolve relative class names:
Am I misunderstanding something here ?
Thanks!
The text was updated successfully, but these errors were encountered: