From 923c79761c938751f45226aaa83edd53ac993b90 Mon Sep 17 00:00:00 2001 From: KR <79979949+justfoolingaround@users.noreply.github.com> Date: Tue, 14 Jun 2022 01:09:59 +0545 Subject: [PATCH] Remove: Recursive calls from `preview` --- hart-cli.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/hart-cli.py b/hart-cli.py index 59383e1..6f61ba3 100755 --- a/hart-cli.py +++ b/hart-cli.py @@ -237,9 +237,6 @@ 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