Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/guided.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-11-05 22:04:45 +0100
committerAnton Hvornum <anton@hvornum.se>2021-11-05 22:04:45 +0100
commitdbe8ce9982b265b4a0ee3185eb50ab5979da2bc3 (patch)
tree411862f6fabfae89c7815390a01b0f8053fb72ae /examples/guided.py
parenta5730dec856d4265667283e9ef8b9227db069a84 (diff)
Fixed broken import from master
Diffstat (limited to 'examples/guided.py')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index f5fa1542..b1c34464 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -158,7 +158,7 @@ def ask_user_questions():
# Ask about audio server selection if one is not already set
if not archinstall.arguments.get('audio', None):
# The argument to ask_for_audio_selection lets the library know if it's a desktop profile
- archinstall.arguments['audio'] = archinstall.ask_for_audio_selection(archinstall.profiles.is_desktop_profile(archinstall.arguments['profile']))
+ archinstall.arguments['audio'] = archinstall.ask_for_audio_selection(archinstall.is_desktop_profile(archinstall.arguments['profile']))
# Ask for preferred kernel:
if not archinstall.arguments.get("kernels", None):