9c0984
diff -up firefox-78.2.0/python/mozbuild/mozbuild/controller/building.py.mach-fail firefox-78.2.0/python/mozbuild/mozbuild/controller/building.py
9c0984
--- firefox-78.2.0/python/mozbuild/mozbuild/controller/building.py.mach-fail	2020-09-09 19:25:18.552930506 +0200
9c0984
+++ firefox-78.2.0/python/mozbuild/mozbuild/controller/building.py	2020-09-09 19:25:31.081010223 +0200
9c0984
@@ -591,7 +591,7 @@ class TerminalLoggingHandler(logging.Han
9c0984
             if self.footer:
9c0984
                 self.footer.clear()
9c0984
 
9c0984
-            self.fh.write(msg.encode("utf-8"))
9c0984
+            self.fh.write(msg)
9c0984
             self.fh.write('\n')
9c0984
 
9c0984
             if self.footer: