Fix dummypython for recent API change.
This commit is contained in:
parent
63534f7154
commit
0d3a3a0b78
@ -46,5 +46,5 @@ def run():
|
|||||||
str(libcalamares.globalStorage.value("item3")))
|
str(libcalamares.globalStorage.value("item3")))
|
||||||
|
|
||||||
libcalamares.job.setprogress(0.1)
|
libcalamares.job.setprogress(0.1)
|
||||||
libcalamares.debug(accumulator)
|
libcalamares.utils.debug(accumulator)
|
||||||
return "", accumulator
|
return "", accumulator
|
||||||
|
Loading…
Reference in New Issue
Block a user