Skip to content
Snippets Groups Projects
Commit 6741c3db authored by David Baker's avatar David Baker
Browse files

Brackets are nicer

parent 4fbf2328
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,8 @@ class PushRuleRestServlet(ClientV1RestServlet):
'override': 4
}
PRIORITY_CLASS_INVERSE_MAP = {v: k for k,v in PRIORITY_CLASS_MAP.items()}
SLIGHTLY_PEDANTIC_TRAILING_SLASH_ERROR =\
"Unrecognised request: You probably wanted a trailing slash"
SLIGHTLY_PEDANTIC_TRAILING_SLASH_ERROR = (
"Unrecognised request: You probably wanted a trailing slash")
def rule_spec_from_path(self, path):
if len(path) < 2:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment