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