fixed small cli ui error
This commit is contained in:
parent
8f390d55b9
commit
7a373fae03
@ -80,7 +80,7 @@ def cli_main():
|
|||||||
|
|
||||||
|
|
||||||
choice = get_choice(
|
choice = get_choice(
|
||||||
"What do you want to do?" + " No recently opened project found." if last_path is None else "",
|
"What do you want to do?" + (" No recently opened project found." if last_path is None else ""),
|
||||||
choices
|
choices
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user