From 63927c35611bf56a1fce03750e953ec5250fb282 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Wed, 18 Apr 2012 13:55:32 +0100 Subject: Raise a RepositoryNotFoundError if a repo does not exist in the cache. --- morph-cache-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morph-cache-server') diff --git a/morph-cache-server b/morph-cache-server index 777e627..b13241b 100755 --- a/morph-cache-server +++ b/morph-cache-server @@ -41,7 +41,7 @@ class MorphCacheServer(cliapp.Application): app = Bottle() repo_cache = RepoCache(self, self.settings['repo-dir']) - + @app.get('/sha1s') def sha1(): repo = self._unescape_parameter(request.query.repo) -- cgit v1.2.1