Skip to content
Snippets Groups Projects
Commit 2a248f6c authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Sort the projects when doing checkall. am: d14f0f99 am: 13092ffe am: 9c44cc08

am: ced3bed8

Change-Id: I21b3f8321658e768faa98dfd516b8f990706a18e
parents 10f66d49 ced3bed8
Branches
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ def update(args):
def checkall(args):
"""Handler for checkall command."""
for root, _dirs, files in os.walk(args.path):
for root, _dirs, files in sorted(os.walk(args.path)):
if fileutils.METADATA_FILENAME in files:
check_update(root)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment