Skip to content
Snippets Groups Projects
Commit 3e032d38 authored by Anton Joubert's avatar Anton Joubert
Browse files

Fix AttributeError on _set_obs_state

When running multiple devices via MultiDeviceTestContext, it
could result in failures during initialisation like
```
AttributeError: 'SKABaseDeviceStateModel' object has no attribute '_set_obs_state'
```

Issue was caused by updates to the transitions dict class variable
instead of maintaining a unique instance per object.
parent 6af603ca
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment