PythonJob: switching between C++ and Python is hard

This commit is contained in:
Adriaan de Groot 2017-08-10 15:45:38 -04:00
parent 58b2abc9ac
commit f0a143cd5c

View File

@ -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)