Do not make dummypython fail
This commit is contained in:
parent
90670f8b46
commit
a75b1809d8
@ -47,4 +47,7 @@ def run():
|
||||
|
||||
libcalamares.job.setprogress(0.1)
|
||||
libcalamares.utils.debug(accumulator)
|
||||
return "", accumulator
|
||||
|
||||
# To indicate an error, return a tuple of:
|
||||
# (message, detailed-error-message)
|
||||
return None
|
||||
|
Loading…
Reference in New Issue
Block a user