From ea8efa4642eae270993c1eafcfa4fc97a4eb8c55 Mon Sep 17 00:00:00 2001 From: Vesna Tanko Date: Mon, 12 Apr 2021 08:56:44 +0200 Subject: [PATCH] Preprocess: Automated summaries compatibility --- orangecontrib/text/widgets/owpreprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orangecontrib/text/widgets/owpreprocess.py b/orangecontrib/text/widgets/owpreprocess.py index f8758b914..e5c22842a 100644 --- a/orangecontrib/text/widgets/owpreprocess.py +++ b/orangecontrib/text/widgets/owpreprocess.py @@ -997,7 +997,7 @@ def __relocate_file(self, path: RecentPath) -> RecentPath: @Inputs.corpus def set_data(self, data: Corpus): self.cancel() - super().set_data(data) + self.data = data def buildpreproc(self) -> PreprocessorList: plist = []