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-03-21 16:35:26 +0100
committerAnton Hvornum <anton@hvornum.se>2021-03-21 16:35:26 +0100
commit3baaefb97db79f52f49f1d5e203cf03fb5cb4c86 (patch)
tree0fa7db1bfab22b71e7f9cd051dd56e3b0652804f /examples/guided.py
parentcbb4629849a924590dd162f33af7c280241fd992 (diff)
Cleaned up after some debugging.
Diffstat (limited to 'examples/guided.py')
-rw-r--r--examples/guided.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index f4fc533b..b6aa5810 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -169,7 +169,6 @@ def ask_user_questions():
# Check the potentially selected profiles preperations to get early checks if some additional questions are needed.
if archinstall.arguments['profile'] and archinstall.arguments['profile'].has_prep_function():
- print(f"{archinstall.arguments['profile']} has prep-function, loading with namespace {archinstall.arguments['profile'].namespace}.py")
with archinstall.arguments['profile'].load_instructions(namespace=f"{archinstall.arguments['profile'].namespace}.py") as imported:
if not imported._prep_function():
archinstall.log(