custominstall: fix incorrect return value causing TypeError in ci-gui

This commit is contained in:
Ian Burgwin
2020-10-14 17:37:05 -07:00
parent b34bba2543
commit 794eb8750f

View File

@@ -450,7 +450,7 @@ class CustomInstall:
self.log('Command line:')
for l in pformat(out.args).split('\n'):
self.log(l)
return False
return False, False
for title_id, entry in title_info_entries.items():
# write the title info entry to the temp directory