Skip to content

Commit

Permalink
enoriega/issue432 (#443)
Browse files Browse the repository at this point in the history
Closes #432
  • Loading branch information
enoriega authored Sep 6, 2023
1 parent 93b53a3 commit 20ed78e
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 20ed78e

Please sign in to comment.