-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
watson edit barfs with TypeError #30
Labels
Comments
Pinpointed the cause: If you look here you'll see that if you provide no id it will just use the previous frame if it can:
but it never sets the id, so when we try to use the id later, it's None. That should probably be:
(and adding that line locally seems to make it work) |
Just stumbled over this too, so can I confirm the error and that the solution fixes it for me too. Thanks for finding a solution! |
loonies
pushed a commit
to loonies/Watson
that referenced
this issue
Feb 19, 2016
Fix jazzband#30 Thanks @waynew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Under Python 3.4.3 & arch linux, with watson installed in a venv:
<opens up vim session, simply write and quit>
💥
The text was updated successfully, but these errors were encountered: