##// END OF EJS Templates
fix http NotFound call in pygrack
marcink -
r2594:3a54e1e1 beta
parent child Browse files
Show More
@@ -194,7 +194,7 b' class GitDirectory(object):'
194 os.path.join(content_path, '.git'),
194 os.path.join(content_path, '.git'),
195 self.username)
195 self.username)
196 else:
196 else:
197 return exc.HTTPNotFound()(environ, start_response, self.username)
197 return exc.HTTPNotFound()(environ, start_response)
198 return app(environ, start_response)
198 return app(environ, start_response)
199
199
200
200
General Comments 0
You need to be logged in to leave comments. Login now