Fix a problem in deserialization of flows with errors.

This commit is contained in:
Aldo Cortesi
2012-02-18 12:25:22 +13:00
parent 4ed8031172
commit 14def89f50
2 changed files with 3 additions and 4 deletions

View File

@@ -145,7 +145,6 @@ def format_flow(f, focus, extended=False, padding=2):
resp.append(fcol(utils.pretty_size(len(f.response.content)), rc))
else:
resp.append(fcol("[empty content]", rc))
elif f.error:
resp.append(
urwid.Text([