change: ensure upload file path absolute in parser

This commit is contained in:
debugtalk
2019-12-12 21:14:16 +08:00
parent f07d9abcbd
commit 780ec65636
3 changed files with 20 additions and 15 deletions

View File

@@ -334,7 +334,6 @@ def load_test_file(path):
"""
raw_content = load_file(path)
loaded_content = None
if isinstance(raw_content, dict):