From 41f40ed15372ee562b85c71a04ff2596b193f540 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 9 Oct 2012 12:25:42 +0200 Subject: [PATCH] make sure directories that only contain system files get removed in first pass --- pandoraclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoraclient b/pandoraclient index 5625885..ada687d 100755 --- a/pandoraclient +++ b/pandoraclient @@ -221,8 +221,8 @@ def organize(): keys = { 'automatic': { 'remove': [ - 'empty directories', 'system files', + 'empty directories', 'unexpected files', 'unknown extensions' ],