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.
2 parents d7c9b72 + 34dc29d commit 562ebb2Copy full SHA for 562ebb2
Orange/widgets/visualize/utils/widget.py
@@ -501,7 +501,7 @@ def set_input_summary(self, data):
501
self.info.set_input_summary(summary)
502
503
def set_output_summary(self, data):
504
- summary = str(len(data)) if data else self.info.NoInput
+ summary = str(len(data)) if data else self.info.NoOutput
505
self.info.set_output_summary(summary)
506
507
def get_subset_mask(self):
0 commit comments