ordena la llista per nom
This commit is contained in:
+1
-1
@@ -231,7 +231,7 @@ def build_entries(remote_repos: list[RemoteRepo], local_index: dict[str, Path])
|
|||||||
local_path=local,
|
local_path=local,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
entries.sort(key=lambda e: (e.local_path is not None, e.name.lower()))
|
entries.sort(key=lambda e: e.name.lower())
|
||||||
return entries
|
return entries
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user