mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
[packages] Fix previous (false vs False)
This commit is contained in:
parent
150007c138
commit
3e3cd08ff3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue