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.feeds@gmail.com>2021-02-17 13:59:44 +0100
committerAnton Hvornum <anton.feeds@gmail.com>2021-02-17 13:59:44 +0100
commit758b12e6746ac76c57e7725d4e35abbb4805ad23 (patch)
tree6d9f001cddabb3842fedb32ef045e4dbb6e25056 /examples/guided.py
parent03a69eba2e882e430fc9c668c9d334e8818a63c3 (diff)
Simplifying the profile loading a bit, and adding some debugging for it.
Diffstat (limited to 'examples/guided.py')
-rw-r--r--examples/guided.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 3226c69b..1758a397 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -185,6 +185,7 @@ else:
archinstall.arguments['profile'] = archinstall.list_profiles()[archinstall.arguments['profile']]
# Check the potentially selected profiles preperations to get early checks if some additional questions are needed.
+print(archinstall.arguments['profile'])
if archinstall.arguments['profile']:
if not archinstall.arguments['profile']._prep_function():
archinstall.log(