From 794eb8750fa148f5c8c753a9fa0607811ad410d2 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Wed, 14 Oct 2020 17:37:05 -0700 Subject: [PATCH] custominstall: fix incorrect return value causing TypeError in ci-gui --- custominstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custominstall.py b/custominstall.py index ac78c81..de34003 100644 --- a/custominstall.py +++ b/custominstall.py @@ -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