diff --git a/httprunner/make.py b/httprunner/make.py index ab9b96ec..55ee1070 100644 --- a/httprunner/make.py +++ b/httprunner/make.py @@ -64,6 +64,7 @@ if __name__ == "__main__": def __ensure_absolute(path: Text) -> Text: + path = ensure_path_sep(path) project_meta = load_project_meta(path) if os.path.isabs(path):