X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osmclient%2Fsol005%2Fns.py;h=1c45f013dbf443d34544311693e94c844e734925;hb=7b716df9faa2fbe223b7525118842988d97fbd5e;hp=0e178c245baa3b1b5d2716bd0534ba7006c833e0;hpb=5da3f209f7595167bf762e71236076a637244c49;p=osm%2Fosmclient.git diff --git a/osmclient/sol005/ns.py b/osmclient/sol005/ns.py index 0e178c2..1c45f01 100644 --- a/osmclient/sol005/ns.py +++ b/osmclient/sol005/ns.py @@ -453,6 +453,7 @@ class Ns(object): def get_field(self, ns_name, field): nsr = self.get(ns_name) + print(yaml.safe_dump(nsr)) if nsr is None: raise NotFound("failed to retrieve ns {}".format(ns_name))