зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset ab0fcba34420 (bug 1642662) for causing Bug 1642773. CLOSED TREE
This commit is contained in:
Родитель
e9c8a05678
Коммит
4836af4aff
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче