From: garciadeblas Date: Tue, 7 Feb 2017 14:52:04 +0000 (+0100) Subject: Minor typo in comment X-Git-Tag: v1.1.0~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=72e05b73aa6cb2aaca87f0c8a2535d1584057bc7;p=osm%2FRO.git Minor typo in comment Change-Id: I3729817b07b10c004bf4edd54b14a0d0cbfd7e0d Signed-off-by: garciadeblas --- 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)