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 |
|
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