Skip to content

Commit

Permalink
sort components
Browse files Browse the repository at this point in the history
  • Loading branch information
Guiiix committed Oct 13, 2024
1 parent 2364193 commit 5be7d07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions g2g-report.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ def generate_report(self):
}

qubes_status = dict(sorted(qubes_status.items()))
for distro in qubes_status.keys():
qubes_status[distro] = dict(sorted(qubes_status[distro].items()))

with open('public/index.md', 'w') as fd:
fd.write(self._template_md.render(
Expand Down

0 comments on commit 5be7d07

Please sign in to comment.