mirror of https://github.com/ARMmbed/mbed-os.git
Asciiabetize the files within a group
parent
7c330289de
commit
735e336f46
|
@ -182,7 +182,7 @@ class Uvision(Exporter):
|
||||||
"""Make sources into the named tuple for use in the template"""
|
"""Make sources into the named tuple for use in the template"""
|
||||||
grouped = self.group_project_files(srcs)
|
grouped = self.group_project_files(srcs)
|
||||||
for group, files in sorted(grouped.items()):
|
for group, files in sorted(grouped.items()):
|
||||||
grouped[group] = self.uv_files(files)
|
grouped[group] = sorted(list(self.uv_files(files)))
|
||||||
return grouped
|
return grouped
|
||||||
|
|
||||||
def generate(self):
|
def generate(self):
|
||||||
|
|
Loading…
Reference in New Issue