-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Description
Problem Description
Introduced with Pull Request #590, there are two typos in the Chaco source code for base_2d_plot.py, where was accidentally replaced with obseve() instead of observe():
Affected lines are still in the current release of Chaco (6.0.0):
Line 343 in 5101e34
| old.obseve(self._update_index_data, "data_changed", remove=True) |
Despite this place, there seem to be no other identical typos: https://github.com/search?q=repo%3Aenthought%2Fchaco%20obseve&type=code
if old is not None:
old.obseve(self._update_index_data, "data_changed", remove=True)
if new is not None:
new.obseve(self._update_index_data, "data_changed")OS, Python version: [Enter OS name and Python version]
Independent of Python or OS.
Metadata
Metadata
Assignees
Labels
No labels