aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RepSys/binrepo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepSys/binrepo.py b/RepSys/binrepo.py
index 54ca967..2f80b82 100644
--- a/RepSys/binrepo.py
+++ b/RepSys/binrepo.py
@@ -414,8 +414,8 @@ def download(target, url=None, check=True):
raise Error, "file not uploaded yet (not found in "\
"sources file): %s" % target
copy(sources=paths, sourcehost=host, dest=targetdir)
- yield "Checking files"
if check:
+ yield "Checking files"
for path in paths:
name = os.path.basename(path)
bpath = os.path.join(targetdir, name)