From 72e05b73aa6cb2aaca87f0c8a2535d1584057bc7 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 7 Feb 2017 15:52:04 +0100 Subject: [PATCH] Minor typo in comment Change-Id: I3729817b07b10c004bf4edd54b14a0d0cbfd7e0d Signed-off-by: garciadeblas --- httpserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpserver.py b/httpserver.py index 65d7ede1..cf7dfb65 100644 --- a/httpserver.py +++ b/httpserver.py @@ -1188,7 +1188,7 @@ def http_get_instance_id(tenant_id, instance_id): nfvo.refresh_instance(mydb, tenant_id, instance_dict) except (nfvo.NfvoException, db_base_Exception) as e: logger.warn("nfvo.refresh_instance couldn't refresh the status of the instance: %s" % str(e)) - #obtain data with results upated + #obtain data with results udpated instance = mydb.get_instance_scenario(instance_id, tenant_id) convert_datetime2str(instance) #print json.dumps(instance, indent=4) -- 2.25.1