summaryrefslogtreecommitdiff
path: root/morph-cache-server
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-05-01 11:41:59 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-05-01 11:41:59 +0100
commite9e9d759805305af540c5890e626f2b91a70a2c7 (patch)
treeb8a40cea7f8786e553cf9f3cb842d1f964e55d4a /morph-cache-server
parenteb4c1530c57b6ae200643b259e6ed95904951681 (diff)
downloadmorph-cache-server-e9e9d759805305af540c5890e626f2b91a70a2c7.tar.gz
Revert "Use the desired artifact filename as the download filename."
This reverts commit f1fba299bd07510346082ef985ef08a494dca9d9.
Diffstat (limited to 'morph-cache-server')
-rwxr-xr-xmorph-cache-server1
1 files changed, 0 insertions, 1 deletions
diff --git a/morph-cache-server b/morph-cache-server
index 86a1fe2..3f72c18 100755
--- a/morph-cache-server
+++ b/morph-cache-server
@@ -116,7 +116,6 @@ class MorphCacheServer(cliapp.Application):
if os.path.exists(filename):
return static_file(basename,
root=self.settings['artifact-dir'],
- filename=basename,
download=True)
else:
response.status = 404