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