mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -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:
|
||||
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…
Reference in New Issue
Block a user