mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-11-26 09:30:27 +08:00
Merge "Return a list rather than dict_values in XmlManifest.projects()"
This commit is contained in:
@@ -310,7 +310,7 @@ class XmlManifest(object):
|
|||||||
@property
|
@property
|
||||||
def projects(self):
|
def projects(self):
|
||||||
self._Load()
|
self._Load()
|
||||||
return self._paths.values()
|
return list(self._paths.values())
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def remotes(self):
|
def remotes(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user