Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2021-04-27 12:26:59 +0200
committerGitHub <noreply@github.com>2021-04-27 12:26:59 +0200
commit1be405aa77f809d847eb6eb8ad58ee8c9574452f (patch)
treef11b7f320d39bf39ddfea59257c0e151b5a96cac /examples
parentfa9a08b86dd902ef5c5277b098fc22031de271df (diff)
Corrected indentation (mixed spaces and tabs)
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 4df1d9de..6177e5ac 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -186,8 +186,8 @@ def ask_user_questions():
# packages installed by a profile may depend on audio and something may get installed anyways, not much we can do about that.
# we will not try to remove packages post-installation to not have audio, as that may cause multiple issues
archinstall.arguments['audio'] = None
-
- # Ask what kernel user wants:
+
+ # Ask what kernel user wants:
while True:
kernel = generic_select(["linux", "linux-lts", "linux-zen", "continue"], "choose a kernel:")
if (archinstall.arguments.get("kernels", None) == None):
@@ -384,4 +384,4 @@ def perform_installation(mountpoint):
pass
ask_user_questions()
-perform_installation_steps() \ No newline at end of file
+perform_installation_steps()