From e9e9d759805305af540c5890e626f2b91a70a2c7 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Tue, 1 May 2012 11:41:59 +0100 Subject: Revert "Use the desired artifact filename as the download filename." This reverts commit f1fba299bd07510346082ef985ef08a494dca9d9. --- morph-cache-server | 1 - 1 file changed, 1 deletion(-) (limited to 'morph-cache-server') 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 -- cgit v1.2.1