You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: We should add a new method in juju_topology.py# that like `as_dict` method, returns the keys with juju_ prefix**{
"juju_{}".format(key): valueforkey, valueintopo_as_dict.items()
ifvalue
},
The text was updated successfully, but these errors were encountered:
Enhancement
In juju_topology.py we should add a new method like
.as_dict
that returns the labels prefixed withjuju_
.Without this method we have to do things like these:
The text was updated successfully, but these errors were encountered: