Fix charmap error when using tilda_tools on windows

sammachin-gprs
Jon Hazan 2018-09-01 18:25:04 +01:00
parent 1155953462
commit f3e3c98211
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ def add_metadata(path, resources):
if file:
try:
print(os.path.join(path, file))
with open(os.path.join(path, file), "r", encoding='utf8') as stream:
resource.update(_normalize_metadata(read_metadata(stream)))
except ParseException as e: