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

seashore import doesn't work with latest attrs #41

Open
kurtbrose opened this issue Oct 7, 2019 · 0 comments · May be fixed by #42
Open

seashore import doesn't work with latest attrs #41

kurtbrose opened this issue Oct 7, 2019 · 0 comments · May be fixed by #42

Comments

@kurtbrose
Copy link
Contributor

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\kurt\workspace\launchpad\build\env\lib\site-packages\seashore\__init__.py", line 9, in <module>
    from seashore.executor import Executor, NO_VALUE, Eq
  File "C:\Users\kurt\workspace\launchpad\build\env\lib\site-packages\seashore\executor.py", line 157, in <module>
    class Executor(object):
  File "C:\Users\kurt\workspace\launchpad\build\env\lib\site-packages\seashore\executor.py", line 175, in Executor
    _commands = attr.ib(default=attr.Factory(set), convert=set)
TypeError: attrib() got an unexpected keyword argument 'convert'```

finally doing a bit of dev-ops at simple legal ... not sure if we should even keep this repo going or move it somewhere else
@pokey pokey linked a pull request Oct 14, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant