From 129f7f23fad627a3a42f625663504e7b239f2232 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 31 Aug 2020 21:09:01 +0200 Subject: Fixed a conditional logic issue. It didn't break out of user creation when it was supposed to. --- examples/guided.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/guided.py b/examples/guided.py index a600bc6b..3d450473 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -45,6 +45,7 @@ while 1: continue users[new_user] = new_user_passwd + break aur = input('Would you like AUR support? (leave blank for no): ') if len(aur.strip()): -- cgit v1.2.3-54-g00ecf