compose-viz / compose-viz

A compose file visualization tool that follows compose-spec and allows you to gernerate graph in several formats.
https://pypi.org/project/compose-viz/
MIT License
47 stars 9 forks source link

Fix service root KeyError #43

Closed wst24365888 closed 1 year ago

wst24365888 commented 1 year ago

Fix possible KeyError in #40

josef-v commented 1 year ago

I was kind of aware of it and KeyError was good enough for me. But as a typical developer, I forgot to keep an end user in mind. So yeah, logging something useful is for sure the correct behavior. Thanks for the fix.