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+github@gmail.com>2020-08-31 21:09:01 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-08-31 21:09:01 +0200
commit129f7f23fad627a3a42f625663504e7b239f2232 (patch)
tree4568068d03b604bf3866045021ad9205306c5a84 /examples
parent35fc1773453de327afcda14ec79c7dc6be20a811 (diff)
Fixed a conditional logic issue. It didn't break out of user creation when it was supposed to.
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py1
1 files changed, 1 insertions, 0 deletions
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()):