From ab923cc592858545992796a49bc7c90a82496966 Mon Sep 17 00:00:00 2001 From: Kate von Roeder Date: Wed, 20 Nov 2013 18:47:09 -0800 Subject: [PATCH] Sort directories so that we scan them in alphabetical order as well (keeps things nice and well ordered!) --- couchpotato/core/plugins/manage/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/plugins/manage/main.py b/couchpotato/core/plugins/manage/main.py index e8ccaf7e..87207615 100644 --- a/couchpotato/core/plugins/manage/main.py +++ b/couchpotato/core/plugins/manage/main.py @@ -79,6 +79,7 @@ class Manage(Plugin): try: directories = self.directories() + directories.sort() added_identifiers = [] # Add some progress