index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Rafael Fontenelle <rffontenelle@users.noreply.github.com> | 2024-03-07 09:19:44 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-07 13:19:44 +0100 |
commit | 0d5e1cf752010e1c2d068077bbd55ae25d3d0bd7 (patch) | |
tree | 686815e493d702c349e50f0a1dd85b56e39b766f /archinstall/lib/menu | |
parent | 98f24317280c76b70177bfe4bbd50d87406f2b3e (diff) |
-rw-r--r-- | archinstall/lib/menu/abstract_menu.py | 2 |
diff --git a/archinstall/lib/menu/abstract_menu.py b/archinstall/lib/menu/abstract_menu.py index 2ceb6ca7..14db98ca 100644 --- a/archinstall/lib/menu/abstract_menu.py +++ b/archinstall/lib/menu/abstract_menu.py @@ -344,7 +344,7 @@ class AbstractMenu: value = value.strip() # if this calls returns false, we exit the menu - # we allow for an callback for special processing on realeasing control + # we allow for an callback for special processing on releasing control if not self._process_selection(value): break |