diff --git a/lib/utils/har.py b/lib/utils/har.py index a148ea7a0..5b0111711 100644 --- a/lib/utils/har.py +++ b/lib/utils/har.py @@ -142,7 +142,7 @@ class Response: @classmethod def parse(cls, raw): altered = raw - comment = None + comment = "" if altered.startswith("HTTP response ["): io = StringIO.StringIO(raw)