mirror of
https://github.com/ihaveamac/custom-install.git
synced 2025-12-06 06:41:45 +00:00
custominstall: fix incorrect return value causing TypeError in ci-gui
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user