We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
will raise an exception like
The text was updated successfully, but these errors were encountered: