[packages] Fix previous.

This, kids, is why you don't switch writing C++ and Python too often.
The C++ code isn't a syntax error in Python, although this would fail
at runtime.
main
Adriaan de Groot 8 years ago
parent 3e3cd08ff3
commit 65a236cd60

@ -428,7 +428,7 @@ def run():
skip_this = libcalamares.job.configuration.get("skip_if_no_internet", False)
if skip_this and not libcalamares.globalstorage.value("hasInternet"):
cDebug() << "WARNING: packages installation has been skipped: no internet";
libcalamares.utils.debug( "WARNING: packages installation has been skipped: no internet" )
return None
update_db = libcalamares.job.configuration.get("update_db", False)

Loading…
Cancel
Save