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
Following up from the groups discussion. I found that using @requireCapability on an actor class, where I set the capability to a string value, but did not specify a specific string value in the decorator, caused actor creation to fail.
Here is a test script.
decortest.py.txt
The text was updated successfully, but these errors were encountered:
Fixed in release 3.8.0 (https://github.com/kquick/Thespian/releases/tag/thespian-3.8.0).
Sorry, something went wrong.
No branches or pull requests
Following up from the groups discussion. I found that using @requireCapability on an actor class, where I set the capability to a string value, but did not specify a specific string value in the decorator, caused actor creation to fail.
Here is a test script.
decortest.py.txt
The text was updated successfully, but these errors were encountered: