##// END OF EJS Templates
vcs: Remove 'rhodecode.vcs.skip_error_handling' flag from environ.
Martin Bornhold -
r610:57108c6d default
parent child Browse files
Show More
@@ -353,11 +353,6 b' class SimpleVCS(object):'
353 '%s action on %s repo "%s" by "%s" from %s',
353 '%s action on %s repo "%s" by "%s" from %s',
354 action, self.SCM, str_repo_name, safe_str(username), ip_addr)
354 action, self.SCM, str_repo_name, safe_str(username), ip_addr)
355
355
356 # Set a flag to skip error handling for VCSMiddleware responses. This
357 # prevents converting error responses to human readable error pages
358 # which otherwise confuses the command line clients.
359 environ['rhodecode.vcs.skip_error_handling'] = True
360
361 return self._generate_vcs_response(
356 return self._generate_vcs_response(
362 environ, start_response, repo_path, repo_name, extras, action)
357 environ, start_response, repo_path, repo_name, extras, action)
363
358
General Comments 0
You need to be logged in to leave comments. Login now