Loading allzweckmesser/corpus.py +1 −1 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ class HypotacticDocument: with open(file_path) as f: try: self.root = BeautifulSoup(f, parser) self.title = self.root.title self.title = self.root.title.text except Exception as e: print('Exception {!r} when parsing file {!r}' .format(e, file_path)) Loading Loading
allzweckmesser/corpus.py +1 −1 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ class HypotacticDocument: with open(file_path) as f: try: self.root = BeautifulSoup(f, parser) self.title = self.root.title self.title = self.root.title.text except Exception as e: print('Exception {!r} when parsing file {!r}' .format(e, file_path)) Loading