[FIX] no comments

bzr revid: al@openerp.com-20140316212127-l1rxz5zh4o92tv90
This commit is contained in:
Antony Lesuisse 2014-03-16 22:21:27 +01:00
parent c3ef6eb892
commit cde6e0f6c6
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class HttpCase(TransactionCase):
if line == "ok":
break
if line.startswith("error"):
line_ = ine[6:]
line_ = line[6:]
# when error occurs the execution stack may be sent as as JSON
try:
line_ = json.loads(line_)