From 4dd20ae4d4abeed916c0d1271a637dcb3c80b9a6 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 11 Nov 2020 22:23:26 +0000 Subject: Fixed default-variable setup bug. --- examples/guided.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/guided.py') diff --git a/examples/guided.py b/examples/guided.py index 8378fc6b..69162244 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -135,7 +135,7 @@ while 1: continue break - if 'users' not in archinstall.storage['_guided']: + if not archinstall.storage['_guided']['users']: archinstall.storage['_guided']['users'] = [] archinstall.storage['_guided']['users'].append(new_user) -- cgit v1.2.3-70-g09d2