mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 19:24:56 -04:00
Flake8
This commit is contained in:
parent
9d83d52027
commit
270f9cd23a
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class ApplicationService(object):
|
|||
|
||||
if get_domain_from_id(regex_obj.get("group_id")) != self.server_name:
|
||||
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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue