Skip to content

Commit

Permalink
Merge pull request #647 from VesnaT/pp_summary_fix
Browse files Browse the repository at this point in the history
Preprocess: Automated summaries compatibility
  • Loading branch information
janezd authored Apr 16, 2021
2 parents 164ec92 + ea8efa4 commit 97e3a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/text/widgets/owpreprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 97e3a1b

Please sign in to comment.