We make the last action available beyond the run loop, so we can check why run was exited (#1066)

This commit is contained in:
Werner Llácer 2022-04-25 08:34:52 +02:00 committed by GitHub
parent bbedc0bb19
commit 99dfa7368d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ class ListManager:
skip_empty_entries=True).run()
if not target or target in self.bottom_list:
self.action = target
break
if target and target == self.separator:
continue