Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2017-02-23 23:12:06 +0300
committerAlexis Christoforides <alexis@thenull.net>2017-02-23 23:12:06 +0300
commite8abd2e5568b32bd985befca308016d4526158ed (patch)
treeed22a621132c5a12101241b689b1af8a6383c653 /bockbuild
parent5ba4549649571b89b5e3670c02d6c73f04e6a857 (diff)
Commit 5ba4549649571b89b5e3670c02d6c73f04e6a857 was exactly wrong
Diffstat (limited to 'bockbuild')
-rw-r--r--bockbuild/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bockbuild/package.py b/bockbuild/package.py
index 7c49179..42dc0ed 100644
--- a/bockbuild/package.py
+++ b/bockbuild/package.py
@@ -141,7 +141,7 @@ class Package:
@retry
def fetch(self, dest):
- if self.fetched and not os.path.lexists(dest):
+ if self.fetched and os.path.lexists(dest):
return
scratch = self.profile.bockbuild.scratch