From c08e0ce93ef62d921dc7bcb4bccd6e24d47c6ed6 Mon Sep 17 00:00:00 2001 From: Timur Nurlygayanov Date: Thu, 28 Mar 2013 17:39:52 +0400 Subject: [PATCH] Experiments. --- tabula/tabula/windc/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabula/tabula/windc/api.py b/tabula/tabula/windc/api.py index d9effcb..5f3dae8 100644 --- a/tabula/tabula/windc/api.py +++ b/tabula/tabula/windc/api.py @@ -98,7 +98,7 @@ def services_list(request, datacenter_id): reports = windcclient(request).sessions.\ reports(datacenter_id, session_id) - services[i].operation = reports[-1] + services[i].operation = reports[-1].text return services