Skip to content

Commit

Permalink
Merge pull request #69 from spdx/fix-sort
Browse files Browse the repository at this point in the history
Change dictsort in property template
  • Loading branch information
goneall authored Sep 12, 2023
2 parents 1c7804e + d609211 commit b981d0f
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 b981d0f

Please sign in to comment.