X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osmclient%2Fsol005%2Fns.py;h=50a1dbaac428cc65b19c3f90d411a79d653b7e39;hb=77ba5f4553010d95438e1f40c9b731c12c90857b;hp=c84d090f05fa346caebcdf6498bc352b32edf041;hpb=29c6d8d0418e15012524b57a99adfbaeba59a712;p=osm%2Fosmclient.git diff --git a/osmclient/sol005/ns.py b/osmclient/sol005/ns.py index c84d090..50a1dba 100644 --- a/osmclient/sol005/ns.py +++ b/osmclient/sol005/ns.py @@ -586,7 +586,7 @@ class Ns(object): http_code, resp = self._http.get2_cmd( "{}/{}".format(self._apiBase, uuid) ) - if not uuid: + else: # if not uuid http_code, resp = self._http.get2_cmd( "{}/{}/{}/{}".format(self._apiBase, uuid, project_name, ns_id) )