We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb1bf6 commit c84bde9Copy full SHA for c84bde9
exasol/toolbox/util/dependencies/licenses.py
@@ -142,7 +142,7 @@ def _format_group_table(
142
group_header = self._format_group_table_header(group=group)
143
144
rows_text = ""
145
- for package_name in group_package_names:
+ for package_name in sorted(group_package_names):
146
if license_info := self.licenses.get(package_name):
147
rows_text += self._format_table_row(license_info=license_info)
148
0 commit comments