Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2021-02-17 14:29:51 +0100
committerAnton Hvornum <anton.feeds@gmail.com>2021-02-17 14:29:51 +0100
commit930fc994d94132fc7676f4297465a2ad90487b75 (patch)
tree81cefc025dd6552af9dd33b2b63f97d6b3728276 /examples
parentad8389ccaf403f18f1ed35b51c5f03bc3f86166a (diff)
Removed redundant variable
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py1
1 files changed, 0 insertions, 1 deletions
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()