[packages] Fix previous (false vs False)
This commit is contained in:
parent
150007c138
commit
3e3cd08ff3
@ -426,7 +426,7 @@ def run():
|
|||||||
else:
|
else:
|
||||||
return "Bad backend", "backend=\"{}\"".format(backend)
|
return "Bad backend", "backend=\"{}\"".format(backend)
|
||||||
|
|
||||||
skip_this = libcalamares.job.configuration.get("skip_if_no_internet", false)
|
skip_this = libcalamares.job.configuration.get("skip_if_no_internet", False)
|
||||||
if skip_this and not libcalamares.globalstorage.value("hasInternet"):
|
if skip_this and not libcalamares.globalstorage.value("hasInternet"):
|
||||||
cDebug() << "WARNING: packages installation has been skipped: no internet";
|
cDebug() << "WARNING: packages installation has been skipped: no internet";
|
||||||
return None
|
return None
|
||||||
|
Loading…
Reference in New Issue
Block a user