summaryrefslogtreecommitdiffstats
path: root/download.py
diff options
context:
space:
mode:
authorGravatar ryuslash2010-04-07 23:30:59 +0200
committerGravatar ryuslash2010-04-07 23:30:59 +0200
commitdfaa24b1b680cae0b24dad6761b0970eab0ba2c9 (patch)
treefa1f90e86ed9c7e4fdfaa2a93b0a4c8bb114693c /download.py
parentd58d0292023287167e6b03a997edd2258c2a9834 (diff)
download4grab-dfaa24b1b680cae0b24dad6761b0970eab0ba2c9.tar.gz
4grab-dfaa24b1b680cae0b24dad6761b0970eab0ba2c9.zip
Error with archive
The archive function in sorter.py didn't archive to .arch, now it does
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)