[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.
This commit is contained in:
Adriaan de Groot 2017-12-02 06:14:17 -05:00
parent 3e3cd08ff3
commit 65a236cd60

View file

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