Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-06-20 18:18:30 +0000
committerAnton Hvornum <anton.feeds@gmail.com>2019-06-20 18:18:30 +0000
commit1d8c10613fbb358f88c6cf8c111bdd80ee3a1487 (patch)
tree437ee8d4bed00d5ac15934c974e95ba274a7a176 /archinstall.py
parentabaf778241acaebd645fef100bde4c0c0519c52e (diff)
TODO: Remove this commit
Diffstat (limited to 'archinstall.py')
-rw-r--r--archinstall.py2
1 files changed, 1 insertions, 1 deletions
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])