Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Error View Notes #18

Open
ghost opened this issue May 10, 2017 · 0 comments
Open

Error View Notes #18

ghost opened this issue May 10, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented May 10, 2017

Hello,

At line 165 on tnote Python file.
if entries:
puts(colored.red("\nYour search had no results. Press enter to return to the main menu!"))

And it have to be:
if not entries:
puts(colored.red("\nYour search had no results. Press enter to return to the main menu!"))

My congratulations for your work. Bye!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants