mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 12:10:19 +00:00
tests: Explicitly open files as utf-8 for travis
This commit is contained in:
@@ -33,7 +33,7 @@ def validate_language(path):
|
|||||||
|
|
||||||
print('Validating', path)
|
print('Validating', path)
|
||||||
|
|
||||||
with open(path, 'r') as f:
|
with open(path, 'r', encoding='utf-8') as f:
|
||||||
in_event = False
|
in_event = False
|
||||||
event_input = ''
|
event_input = ''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user