From 479881a5a25576725a822d805d556a7f318a5e48 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 18 Oct 2020 20:36:14 +0200 Subject: Tweaked the output a little. --- examples/guided.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/guided.py') 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. -- cgit v1.2.3-70-g09d2