There was an error while loading. Please reload this page.
1 parent 6ee4eca commit 414c7d6Copy full SHA for 414c7d6
core/tag_converter.py
@@ -31,15 +31,9 @@ def export_mapper(self):
31
return self._exportMapper
32
33
def convert(self):
34
-<<<<<<< .mine
35
with open(self._filename, 'r', encoding='utf8') as htmlstream:
36
data = htmlstream.read()
37
self._bs = BeautifulSoup(data, 'html.parser')
38
-=======
39
- with open(self._filename, encoding='utf8') as htmlstream:
40
- self._bs = BeautifulSoup(htmlstream.read(), 'html.parser')
41
-
42
->>>>>>> .theirs
43
44
self.remove_for_data()
45
self.replace_include_tag()
0 commit comments