Update tool.py
parent
c08b5dc9f6
commit
f9867e5a64
|
|
@ -235,4 +235,4 @@ try:
|
|||
en,mapping = line.split(',')
|
||||
tags_translate[en.strip()] = mapping.strip()
|
||||
except Exception as e:
|
||||
print(f"Error reading tags-translate.csv: {e}")
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in New Issue