Skip to content
New issue

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

error with call to superclass __init__() #209

Closed
prjemian opened this issue Jul 30, 2019 · 0 comments · Fixed by #210
Closed

error with call to superclass __init__() #209

prjemian opened this issue Jul 30, 2019 · 0 comments · Fixed by #210
Assignees
Labels
Milestone

Comments

@prjemian
Copy link
Contributor

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'

@prjemian prjemian added the bug label Jul 30, 2019
@prjemian prjemian added this to the 1.1.10 milestone Jul 30, 2019
@prjemian prjemian self-assigned this Jul 30, 2019
prjemian added a commit that referenced this issue Jul 30, 2019
prjemian added a commit that referenced this issue Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant