mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
[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:
parent
3e3cd08ff3
commit
65a236cd60
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue