From f8dc2a953e52212bd137545d3554e69d0553f323 Mon Sep 17 00:00:00 2001 From: Timur Nurlygayanov Date: Thu, 28 Mar 2013 17:51:31 +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 94139623..4270c970 100644 --- a/tabula/tabula/windc/api.py +++ b/tabula/tabula/windc/api.py @@ -165,7 +165,7 @@ def get_status_message_for_service(request, service_id): reports(environment_id, session_id, service_id) result = "" - for report in reprots: + for report in reports: result += '

' + report.text + '

' return result