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-14 11:16:31 +0200
committerGitHub <noreply@github.com>2021-04-14 11:16:31 +0200
commitc13c109bfff31d2035cad103c16fc74ebdbd4abf (patch)
tree664d26dc3c5ec574d6db545caf46b83f65146537 /examples
parent5aad8092742d4342e76cc32d9d4049b6b8f0c1a4 (diff)
Removed a \t
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 53dc1f09..e0644540 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -309,7 +309,7 @@ def perform_installation(mountpoint):
installation.enable_service('systemd-networkd')
installation.enable_service('systemd-resolved')
- if archinstall.arguments.get('audio', None) != None:
+ if archinstall.arguments.get('audio', None) != None:
installation.log(f"This audio server will be used: {archinstall.arguments.get('audio', None)}", level=archinstall.LOG_LEVELS.Info)
if archinstall.arguments.get('audio', None) == 'pipewire':
print('Installing pipewire ...')