mirror of
https://github.com/mrfluffy-dev/hart-cli.git
synced 2026-01-17 09:50:34 +00:00
Remove: Recursive calls from preview
This commit is contained in:
@@ -237,9 +237,6 @@ def browse_options(session, user_prompt, *, persist=False, persist_with=None):
|
|||||||
|
|
||||||
if user_choice == UserBrowseSelection.PREVIEW:
|
if user_choice == UserBrowseSelection.PREVIEW:
|
||||||
preview_opt(session, user_prompt)
|
preview_opt(session, user_prompt)
|
||||||
return browse_options(
|
|
||||||
session, user_prompt, persist=persist, persist_with=persist_with
|
|
||||||
)
|
|
||||||
|
|
||||||
if persist:
|
if persist:
|
||||||
return persist_with
|
return persist_with
|
||||||
|
|||||||
Reference in New Issue
Block a user