We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4e201 commit 21f5eceCopy full SHA for 21f5ece
wes_client/util.py
@@ -82,11 +82,11 @@ def modify_jsonyaml_paths(jsonyaml_file):
82
"location": {"@type": "@id"},
83
"path": {"@type": "@id"}
84
})
85
- input_dict, _ = loader.resolve_ref(jsonyaml_file)
+ input_dict, _ = loader.resolve_ref(jsonyaml_file, checklinks=False)
86
basedir = os.path.dirname(jsonyaml_file)
87
88
def fixpaths(d):
89
- """Make sure all paths have a schema."""
+ """Make sure all paths have a URI scheme."""
90
if isinstance(d, dict):
91
if "path" in d:
92
if ":" not in d["path"]:
0 commit comments