mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-11 12:06:26 +00:00
c27327dfe0
ConfluentTargetNotFound takes the node as its first argument, and every other caller passes it. The two inventory plugins constructed it with no arguments at all, so asking for a component that is not in the inventory map raised TypeError instead of returning the 404 the path was written to return. Both now follow the pattern used a few lines further down for volumes and name the component that was not found.