Skip to content

Commit

Permalink
Change dictsort in property template
Browse files Browse the repository at this point in the history
Fixes a failure when running the spec-parser against the current
release

Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
  • Loading branch information
goneall committed Sep 6, 2023
1 parent 1c7804e commit d609211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec_parser/templates/default/property.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

{% if args.get("gen_refs", False) %}
## References
{% for name in spec.dataprop_refs.get(self.name, []) | dictsort %}
{% for name in spec.dataprop_refs.get(self.name, []) | sort %}
- {{name}}
{% endfor %}
{% endif %}

0 comments on commit d609211

Please sign in to comment.