From ff9fe646497f7f75aaef9442f9cdd7d6d8987306 Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Tue, 4 Apr 2017 18:43:31 +0200 Subject: [PATCH] Walk the Ceres tree in a sorted manner --- bin/ceres-maintenance | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ceres-maintenance b/bin/ceres-maintenance index b0d7941..9e4ccc4 100755 --- a/bin/ceres-maintenance +++ b/bin/ceres-maintenance @@ -242,6 +242,7 @@ if __name__ == '__main__': proc_pool = Pool(processes=20) for current_dir, subdirs, files in os.walk(options.root): + subdirs.sort() for subdir in subdirs: if subdir == '.ceres-tree': continue