mirror of
https://github.com/clearml/clearml
synced 2025-04-16 13:33:10 +00:00
parent
592ab881f7
commit
1320927fdf
@ -912,7 +912,7 @@ class ScriptInfo(object):
|
||||
|
||||
# noinspection PyBroadException
|
||||
try:
|
||||
with open(script_path, 'r') as f:
|
||||
with open(script_path, 'r', encoding='utf-8') as f:
|
||||
script_code = f.read()
|
||||
return script_code
|
||||
except Exception:
|
||||
|
Loading…
Reference in New Issue
Block a user