Skip to content

One ore more namespaces failed to connect: ... #1507

@arnoldknott

Description

@arnoldknott

Describe the bug
A failed connection in the engine is supposed to return One or more namespaces failed to connect: <namespace names>
However there's a + missing at the end of this line:

'One or more namespaces failed to connect'

So the strings don't get concatenated.

To Reproduce
Steps to reproduce the behavior:
in the connect event, raise ConnectionRefusedError("my dummy error")

Expected behavior
Due to the missing +, an empty string is returned

Logs
The logs don't have an error - as expected.

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions