We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Calling pocs.mount.bisque.Mount.unpark() results in KeyError: 'success' when called after .initialize().
pocs.mount.bisque.Mount.unpark()
KeyError: 'success'
.initialize()
To Reproduce Steps to reproduce the behavior:
bisque
Mount
Mount.initialize()
Mount.unpark()
Expected behavior Mount unparked without a KeyError.
KeyError
Related Issues #916
The text was updated successfully, but these errors were encountered:
Not able to recreate this on first attempt. Will leave open for now as explore more.
Sorry, something went wrong.
@AnthonyHorton Was this done when mount was not homed?
No branches or pull requests
Describe the bug
Calling
pocs.mount.bisque.Mount.unpark()
results inKeyError: 'success'
when called after.initialize()
.To Reproduce
Steps to reproduce the behavior:
bisque
Mount
.Mount.initialize()
Mount.unpark()
KeyError: 'success'
has been raised.Expected behavior
Mount unparked without a
KeyError
.Related Issues
#916
The text was updated successfully, but these errors were encountered: