parent
7c8ab81cc6
commit
6903118900
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ def convert_position_to_etag_style(info):
|
|||
|
||||
def extract_info_from_ilean(ilean_file, decl_dict, args):
|
||||
info = []
|
||||
with open(ilean_file) as f:
|
||||
with codecs.open(ilean_file, "r", "utf-8") as f:
|
||||
for line in f:
|
||||
array = line[:-1].split("|")
|
||||
item = {}
|
||||
|
|
Loading…
Reference in a new issue