We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e22fc commit a6ffdebCopy full SHA for a6ffdeb
Orange/widgets/evaluate/owtestlearners.py
@@ -714,7 +714,7 @@ def send_report(self):
714
@classmethod
715
def migrate_settings(cls, settings_, version):
716
if version < 2:
717
- if not hasattr(settings_["context_settings"][0], "attributes"):
+ if not hasattr(settings_.get("context_settings", [None])[0], "attributes"):
718
settings_["context_settings"][0].attributes = {}
719
if settings_["resampling"] > 0:
720
settings_["resampling"] += 1
0 commit comments