mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Flake8
This commit is contained in:
parent
9d83d52027
commit
270f9cd23a
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user