Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: graph for non-pythonic container output's names
Loading container component from component.yaml creates both pythonic and original output names. Graph component iterated over all outputs, using pythonic-to-output conversion on all. If some of the names are not identical to their pythonic versions, they rised KeyError on the lookup table. This commit fixes this problem by using default value for the lookup.
- Loading branch information