Skip to content

Commit

Permalink
Preprocess: Automated summaries compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
VesnaT committed Apr 12, 2021
1 parent 164ec92 commit ea8efa4
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 ea8efa4

Please sign in to comment.