NameError: name 'raw_input' is not defined
Closed this issue · 2 comments
sralloza commented
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.
paulgb commented
Oh, that's no good :/ thanks for reporting! I'm planning to do another
release this weekend and will batch this in.
…On Tue, Oct 30, 2018, 4:15 PM sralloza ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAC0Xds8XAh0Jr2RJ-TKKyE2asPmRwj8ks5uqLNLgaJpZM4YCxPW>
.
paulgb commented
Fixed in 0.0.11.