Skip to content

Commit

Permalink
[FIX] no comments
Browse files Browse the repository at this point in the history
bzr revid: al@openerp.com-20140316212127-l1rxz5zh4o92tv90
  • Loading branch information
antonylesuisse committed Mar 16, 2014
1 parent c3ef6eb commit cde6e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openerp/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def phantom_poll(self, phantom, timeout):
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_)
Expand Down

0 comments on commit cde6e0f

Please sign in to comment.