summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-11-09 14:43:36 -0500
committerNick Mathewson <nickm@torproject.org>2011-11-09 14:43:36 -0500
commitdb9f633b6d123aefef6d5efeb8605517a7d5759d (patch)
treec29d57dc549707514576ecfd75422b8a73c02f32
parent849bfc07585efc8ca0cc056022af0ef5246b7ad1 (diff)
parent94d70d5a7ec3faa2aa6747c3d12d4fd3aa193475 (diff)
Merge remote-tracking branch 'chiiph/ignoreconfig'
-rw-r--r--lib/thandy/packagesys/ThpPackages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thandy/packagesys/ThpPackages.py b/lib/thandy/packagesys/ThpPackages.py
index 17c0791..4afebbe 100644
--- a/lib/thandy/packagesys/ThpPackages.py
+++ b/lib/thandy/packagesys/ThpPackages.py
@@ -249,7 +249,7 @@ class ThpInstaller(PS.Installer):
logging.info("%s: Already exists, using it." % dir)
for file in self._pkg.get('manifest'):
- if file['is_config']:
+ if file['is_config'] and exists:
logging.info("Ignoring file: %s" % file)
else:
logging.info("Processing file: %s" % file)