Skip to content

Entries in configuration without a consuming dependency cause errors #1

@vputz

Description

@vputz

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions