Do not make dummypython fail

This commit is contained in:
Aurélien Gâteau 2014-08-01 09:59:23 +02:00
parent 90670f8b46
commit a75b1809d8

View File

@ -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