notify-run/notify.run

NameError: name 'raw_input' is not defined

Closed this issue · 2 comments

In the file cli.py, line 17, if python3 is being used, an exception will be raised, but instead of handling properly that exception, it raises another Exception.

To test it, install notify-run in python3, and execute "notify-run register" twice.

Fixed in 0.0.11.