POCS
POCS copied to clipboard
bisque Mount.unpark() raises KeyError on first unpark
Describe the bug
Calling pocs.mount.bisque.Mount.unpark()
results in KeyError: 'success'
when called after .initialize()
.
To Reproduce Steps to reproduce the behavior:
- Create a new instance of the
bisque
Mount
. - Call
Mount.initialize()
- Call
Mount.unpark()
- Mount is now unparked, but
KeyError: 'success'
has been raised.
Expected behavior
Mount unparked without a KeyError
.
Related Issues #916
Not able to recreate this on first attempt. Will leave open for now as explore more.
@AnthonyHorton Was this done when mount was not homed?