Skip to content
Snippets Groups Projects
Commit 270f9cd2 authored by Luke Barnard's avatar Luke Barnard
Browse files

Flake8

parent 9d83d520
Branches
Tags
No related merge requests found
...@@ -143,7 +143,7 @@ class ApplicationService(object): ...@@ -143,7 +143,7 @@ class ApplicationService(object):
if get_domain_from_id(regex_obj.get("group_id")) != self.server_name: if get_domain_from_id(regex_obj.get("group_id")) != self.server_name:
raise ValueError( raise ValueError(
"Expected string for 'group_id' to be for this host in ns '%s'" % ns "Expected 'group_id' to be this host in ns '%s'" % ns
) )
regex = regex_obj.get("regex") regex = regex_obj.get("regex")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment