Changeset - 3a54e1e121d5
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-07-12 16:54:46
marcin@python-works.com
fix http NotFound call in pygrack
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/middleware/pygrack.py
Show inline comments
 
@@ -194,7 +194,7 @@ class GitDirectory(object):
 
                                    os.path.join(content_path, '.git'),
 
                                    self.username)
 
            else:
 
                return exc.HTTPNotFound()(environ, start_response, self.username)
 
                return exc.HTTPNotFound()(environ, start_response)
 
        return app(environ, start_response)
 

	
 

	
0 comments (0 inline, 0 general)