diff --git a/testing/taskcluster/mach_commands.py b/testing/taskcluster/mach_commands.py index 7033a1327af2..c45ecf60c211 100644 --- a/testing/taskcluster/mach_commands.py +++ b/testing/taskcluster/mach_commands.py @@ -337,7 +337,7 @@ class Graph(object): len(vcs_info.changesets)) for c in vcs_info.changesets: sys.stderr.write('%s %s\n' % ( - c['node'][0:12], c['desc'].splitlines()[0])) + c['node'][0:12], c['desc'].splitlines()[0].encode('ascii', 'ignore'))) changed_files |= set(c['files'])