From 930fc994d94132fc7676f4297465a2ad90487b75 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 17 Feb 2021 14:29:51 +0100 Subject: Removed redundant variable --- examples/guided.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/guided.py b/examples/guided.py index 4cd37972..5fdc318b 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -213,7 +213,6 @@ if not archinstall.arguments.get('nic', None): print() print('This is your chosen configuration:') archinstall.log("-- Guided template chosen (with below config) --", level=archinstall.LOG_LEVELS.Debug) -archinstall.log(json.dumps(archinstall.storage['_guided'], indent=4, sort_keys=True, cls=archinstall.JSON), level=archinstall.LOG_LEVELS.Info) archinstall.log(json.dumps(archinstall.arguments, indent=4, sort_keys=True, cls=archinstall.JSON), level=archinstall.LOG_LEVELS.Info) print() -- cgit v1.2.3-54-g00ecf