Skip to content

reconnect() results in a Run is not active error #613

@alahiff

Description

@alahiff

In simvue/run.py is the following:

        if not self._active or not self._name:
            self._error("Run is not active")
            return False

However, for a reconnected run self._name is not defined, hence giving an error.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions