change: ensure upload file path absolute in parser

This commit is contained in:
debugtalk
2019-12-12 21:14:16 +08:00
parent c88cd38109
commit 4f3d4e18eb
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):