From 4836af4aff4c1a001e2cb53f823df516a5f2c4e2 Mon Sep 17 00:00:00 2001 From: Narcis Beleuzu Date: Wed, 3 Jun 2020 00:49:42 +0300 Subject: [PATCH] Backed out changeset ab0fcba34420 (bug 1642662) for causing Bug 1642773. CLOSED TREE --- testing/mozbase/mozcrash/mozcrash/mozcrash.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testing/mozbase/mozcrash/mozcrash/mozcrash.py b/testing/mozbase/mozcrash/mozcrash/mozcrash.py index 4e3001bc9d67..0c9f972711e9 100644 --- a/testing/mozbase/mozcrash/mozcrash/mozcrash.py +++ b/testing/mozbase/mozcrash/mozcrash/mozcrash.py @@ -15,7 +15,7 @@ import sys import tempfile import zipfile from collections import namedtuple -from six import string_types, text_type, ensure_str +from six import string_types, text_type from six.moves.urllib.request import urlopen import mozfile @@ -307,8 +307,6 @@ class CrashInfo(object): ) (out, err) = p.communicate() retcode = p.returncode - out = ensure_str(out) - err = ensure_str(err) if len(out) > 3: # minidump_stackwalk is chatty,