mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05: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
|
||||
libcalamares.utils.debug(accumulator)
|
||||
|
||||
accumulator = "*** Job configuration ";
|
||||
accumulator = "*** Job configuration "
|
||||
accumulator += str(libcalamares.job.configuration)
|
||||
libcalamares.utils.debug(accumulator)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue