Skip to content

Commit 36e5fbf

Browse files
committed
Asciiabetize the files within a group
1 parent 4d6918b commit 36e5fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/uvision/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def format_src(self, srcs):
182182
"""Make sources into the named tuple for use in the template"""
183183
grouped = self.group_project_files(srcs)
184184
for group, files in sorted(grouped.items()):
185-
grouped[group] = self.uv_files(files)
185+
grouped[group] = sorted(list(self.uv_files(files)))
186186
return grouped
187187

188188
def generate(self):

0 commit comments

Comments
 (0)