Skip to content

Commit

Permalink
Merge branch 'main' into ghp/docs-release-instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
myedibleenso committed Sep 6, 2023
2 parents 3336d7b + 20ed78e commit 7999532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def _generate_linking_sources(self, elements: Iterable[JsonNode]) -> Dict[str, L
for desc in descs:
ret[f"{val['name'].strip()}: {desc}"] = val
ret[val['name'].strip()] = val
elif name == "parameters":
elif name == "parameters" and 'id' in val:
ret[val['id'].strip()] = val
# elif name == "transitions":
# if "description" in val:
Expand Down

0 comments on commit 7999532

Please sign in to comment.