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+github@gmail.com>2020-10-18 20:36:14 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-10-18 20:36:14 +0200
commit479881a5a25576725a822d805d556a7f318a5e48 (patch)
tree4346427a59313a056da0b2b685f79117dee9d32d /examples/guided.py
parent58201d723465517dbe467715d57e46f73241a0dd (diff)
Tweaked the output a little.
Diffstat (limited to 'examples/guided.py')
-rw-r--r--examples/guided.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/guided.py b/examples/guided.py
index a96934e5..12d34194 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -139,7 +139,10 @@ while 1:
except archinstall.RequirementError as e:
print(e)
+print()
+print('This is your chosen configuration:')
print(json.dumps(archinstall.storage['_guided'], indent=4, sort_keys=True, cls=archinstall.JSON))
+print()
"""
Issue a final warning before we continue with something un-revertable.