summaryrefslogtreecommitdiffstats
path: root/download.py
diff options
context:
space:
mode:
Diffstat (limited to 'download.py')
-rw-r--r--download.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/download.py b/download.py
index 930d27f..7508a50 100644
--- a/download.py
+++ b/download.py
@@ -34,6 +34,7 @@ def check_archive(fullpath):
archive = conf.get_archive_location()
filename = os.path.basename(fullpath)
archfile = os.path.join(archive, filename)
+ #sys.stderr.write("%s %d\n" % (archfile, os.path.exists(archfile)))
return os.path.exists(archfile)
def write(message):
sys.stdout.write(message)