Skip to content

Commit 59f61f4

Browse files
committed
Update
1 parent c429f72 commit 59f61f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archinstall/tui/curses_menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ def _process_edit_key(self, key: int) -> int:
620620
if MenuKeys.ESC in key_handles:
621621
self._help_active = False
622622
self.clear_help_win()
623-
return 7 # ESC
623+
return 7
624624
return 0
625625

626626
# remove standard keys from the list of key handles

0 commit comments

Comments
 (0)