From feaa889e8ddec0a523eebfb7cfe523b1b7891ac7 Mon Sep 17 00:00:00 2001 From: KR <79979949+justfoolingaround@users.noreply.github.com> Date: Tue, 14 Jun 2022 01:11:37 +0545 Subject: [PATCH] Chore: Undo last commit --- hart-cli.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hart-cli.py b/hart-cli.py index 6f61ba3..2bc1c8b 100755 --- a/hart-cli.py +++ b/hart-cli.py @@ -237,7 +237,10 @@ def browse_options(session, user_prompt, *, persist=False, persist_with=None): if user_choice == UserBrowseSelection.PREVIEW: preview_opt(session, user_prompt) - + return browse_options( + session, user_prompt, persist=persist, persist_with=persist_with + ) + if persist: return persist_with