-
Notifications
You must be signed in to change notification settings - Fork 48
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
Create a 'validate_plugin.py' spec and document it in the OpenVisionCapsules Readme #4
Comments
@apockill Have you been working on this issue ? I want to start working on it. Some headups will also be good. |
Hi sanketsan, Thank you for reaching out and offering to contribute! I haven't been working on this particular issue, so help is always appreciated. Here's what we would want:
If a traceback happens, it should catch it and print it back using a formatted traceback (maybe using `traceback.format_exc())), and the application should exit with a non-zero exit code.
|
Hey @apockill can I work on this issue? |
Absolutely, anyone is free to work on this feature. |
Hey I was just trying to make use of the example capsules as given in the Readme.md file and came across a common error in most of the files, where we are fetching functions from other files but since vcap folder has a sub folder named "vcap" which is not being added while fetching functions it is causing errors (for example: "vcap.node_description" is being searcher instead of "vcap.vcap.node_description" as shown in the screenshot below), should I fix all the files and then start with this issue? |
Hey @apockill should I continue? |
It should using the vcap.testing utilities.
The text was updated successfully, but these errors were encountered: