From f1fba299bd07510346082ef985ef08a494dca9d9 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Wed, 18 Apr 2012 18:02:44 +0100 Subject: Use the desired artifact filename as the download filename. --- morph-cache-server | 1 + 1 file changed, 1 insertion(+) diff --git a/morph-cache-server b/morph-cache-server index 4639a33..7618f5b 100755 --- a/morph-cache-server +++ b/morph-cache-server @@ -100,6 +100,7 @@ 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