mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
PythonJob: switching between C++ and Python is hard
This commit is contained in:
parent
58b2abc9ac
commit
f0a143cd5c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def run():
|
||||||
accumulator += "This job's path: " + libcalamares.job.working_path
|
accumulator += "This job's path: " + libcalamares.job.working_path
|
||||||
libcalamares.utils.debug(accumulator)
|
libcalamares.utils.debug(accumulator)
|
||||||
|
|
||||||
accumulator = "*** Job configuration ";
|
accumulator = "*** Job configuration "
|
||||||
accumulator += str(libcalamares.job.configuration)
|
accumulator += str(libcalamares.job.configuration)
|
||||||
libcalamares.utils.debug(accumulator)
|
libcalamares.utils.debug(accumulator)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue