Chore: Undo last commit

This commit is contained in:
KR
2022-06-14 01:11:37 +05:45
committed by GitHub
parent 923c79761c
commit feaa889e8d

View File

@@ -237,7 +237,10 @@ 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