Repair bugs of gvnfm vnflcm
[vfc/gvnfm/vnflcm.git] / lcm / lcm / pub / msapi / gvnfmdriver.py
index 362045a..954e1b8 100644 (file)
@@ -41,4 +41,4 @@ def notify_lcm_to_nfvo(data):
     if ret[0] != 0:
         logger.error("Status code is %s, detail is %s.", ret[2], ret[1])
         raise NFLCMException("Nf lcm notify exception")
-    return json.JSONDecoder().decode(ret[1])
+    return ret[1]