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
when starting USAXS:
/share1/bluesky/conda_envs/bluesky/lib/python3.7/site-packages/apstools/devices.py in __init__(self, *args, **kwargs) 1688 1689 def __init__(self, *args, **kwargs): -> 1690 FileStorePluginBase.__init__(*args, **kwargs) 1691 self.filestore_spec = 'AD_HDF5' # spec name stored in resource doc 1692 self.stage_sigs.update([ TypeError: __init__() missing 1 required positional argument: 'self'
The text was updated successfully, but these errors were encountered:
DOC #209
e05f39a
devices
__init__()
FIX #209 Thanks, LGTM
de82e1a
prjemian
Successfully merging a pull request may close this issue.
when starting USAXS:
The text was updated successfully, but these errors were encountered: