From 1d8c10613fbb358f88c6cf8c111bdd80ee3a1487 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 20 Jun 2019 18:18:30 +0000 Subject: TODO: Remove this commit --- archinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall.py') diff --git a/archinstall.py b/archinstall.py index 2e51bc6b..0051af87 100644 --- a/archinstall.py +++ b/archinstall.py @@ -174,7 +174,7 @@ class sys_command(): for trigger in list(self.opts['triggers']): if trigger.lower() in trace_log.lower(): if 'debug' in self.opts and self.opts['debug']: - print('[N] Writing to subsystem: {}'.format(self.opts['triggers'][trigger])) + print('[N] Writing to subsystem: {}'.format(self.opts['triggers'][trigger].decode('UTF-8'))) os.write(child_fd, self.opts['triggers'][trigger]) del(self.opts['triggers'][trigger]) -- cgit v1.2.3-70-g09d2