Closed jerneju closed 7 years ago
Widget fails if one clicks Find Itemsets or checkbox near that button is checked and self.data has not been declared yet.
self.data
self.data is now set to None in __init__.
None
__init__
https://sentry.io/biolab/orange3/issues/401499929/
https://sentry.io/biolab/orange3-associate/issues/405631518/
Issue
Widget fails if one clicks Find Itemsets or checkbox near that button is checked and
self.data
has not been declared yet.Description of changes
self.data
is now set toNone
in__init__
.Includes