PythonJob: switching between C++ and Python is hard

main
Adriaan de Groot 7 years ago
parent 58b2abc9ac
commit f0a143cd5c

@ -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…
Cancel
Save