mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 23:39:49 +08:00
8af43739c4
The canny_simple.py demo in viewer_examples/plugins has a save button that raises an AttributeError in PIL because the button click is passing 'False' to the SaveButtons.save_to_file function when it expects a filename or None.