You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pyflakes points out that this method refers to variables old and local_bytes which are never defined. It's not clear what they should be, although perhaps old should be orig (which is defined).
These were already missing when TextThought was refactored 4 years ago (185c2c4). I think this method is only called when using advanced input methods, like those for entering Chinese, so I don't know how to test it.
The text was updated successfully, but these errors were encountered:
Pyflakes points out that this method refers to variables
old
andlocal_bytes
which are never defined. It's not clear what they should be, although perhapsold
should beorig
(which is defined).These were already missing when TextThought was refactored 4 years ago (185c2c4). I think this method is only called when using advanced input methods, like those for entering Chinese, so I don't know how to test it.
The text was updated successfully, but these errors were encountered: