mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 12:25:38 -04:00
Fix dummypython for recent API change.
This commit is contained in:
parent
63534f7154
commit
0d3a3a0b78
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue