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 d846925 commit 1bd8aceCopy full SHA for 1bd8ace
src/dolphin/workflows/config/_yaml_model.py
@@ -150,7 +150,7 @@ def _add_comments(
150
val = defs[ref_key] # type: ignore[index] # noqa: PLW2901
151
else:
152
# The reference is a sub schema, so we need to recurse
153
- sub_schema = defs[ref_key] # type:ignore[index]
+ sub_schema = defs[ref_key] # type: ignore[index]
154
# Get the sub-model
155
sub_loaded_yaml = loaded_yaml[key]
156
# recurse on the sub-model
0 commit comments