diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-11-09 14:43:36 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-11-09 14:43:36 -0500 |
commit | db9f633b6d123aefef6d5efeb8605517a7d5759d (patch) | |
tree | c29d57dc549707514576ecfd75422b8a73c02f32 /lib/thandy | |
parent | 849bfc07585efc8ca0cc056022af0ef5246b7ad1 (diff) | |
parent | 94d70d5a7ec3faa2aa6747c3d12d4fd3aa193475 (diff) |
Merge remote-tracking branch 'chiiph/ignoreconfig'
Diffstat (limited to 'lib/thandy')
-rw-r--r-- | lib/thandy/packagesys/ThpPackages.py | 2 |
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) |