minor fix

This commit is contained in:
Maximilian Hils 2016-07-04 15:07:01 -07:00
parent a6b3551934
commit ca9de786fd

View File

@ -226,7 +226,7 @@ class FlowView(tabs.Tabs):
description = description.replace("Raw", "Couldn't parse: falling back to Raw") description = description.replace("Raw", "Couldn't parse: falling back to Raw")
if enc: if enc:
description = " ".join(enc, description) description = " ".join([enc, description])
# Give hint that you have to tab for the response. # Give hint that you have to tab for the response.
if description == "No content" and isinstance(message, models.HTTPRequest): if description == "No content" and isinstance(message, models.HTTPRequest):