Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entries in configuration without a consuming dependency cause errors #1

Open
vputz opened this issue May 12, 2022 · 0 comments
Open

Comments

@vputz
Copy link
Owner

vputz commented May 12, 2022

Having a root entry in the configuration which is not referred to by any other root entry as a dependency causes an error in dependency resolution:

A = { my_b: "#p/ref B" }
B = { ... }
C = { ... }

will raise an exception like

pyntegrant/map.py, line 78 in <module>:
node in g:
g was <networkx.classes.digraph.DiGraph object at 0x7f929b078940>
node was 'C'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant