From 0552d040ac8fb4517d77f3fa86ec3039ab71fb4b Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 6 Jun 2021 17:13:42 +0200 Subject: Added a json.dumps() helper that wraps JSON cls. Also tweaked the logic for the size creation so that they don't overlap --- examples/guided.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/guided.py b/examples/guided.py index 0bcc1fcc..1dfe79fb 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -82,6 +82,8 @@ def ask_user_questions(): if archinstall.arguments.get('harddrives', None): archinstall.storage['disk_layouts'] = archinstall.select_disk_layout(archinstall.arguments['harddrives']) + print(archinstall.arguments['harddrives']) + print(archinstall.storage['disk_layouts']) exit(0) # Get disk encryption password (or skip if blank) -- cgit v1.2.3-54-g00ecf