We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b705ff commit b426609Copy full SHA for b426609
stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/database/utils.py
@@ -120,7 +120,7 @@ def check_commands(
120
else:
121
commands.add(
122
f"if (!ctx._source{part_nest}.containsKey('{path_part}'))"
123
- f"{{Debug.explain('{path_part} in {path.nest} does not exist');}}"
+ f"{{Debug.explain('{path_part} in {path.path} does not exist');}}"
124
)
125
126
part_nest += f"['{path_part}']"
@@ -221,7 +221,7 @@ def test_commands(
221
222
223
f"if (ctx._source{path.es_path} != {value})"
224
- f"{{Debug.explain('Test failed `{path.es_path}`"
+ f"{{Debug.explain('Test failed `{path.path}`"
225
f" != ' + ctx._source{path.es_path});}}"
226
227
0 commit comments