-
Notifications
You must be signed in to change notification settings - Fork 15
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
Handle plugin gracefully #713
Handle plugin gracefully #713
Conversation
5dba081
to
703a71f
Compare
703a71f
to
86d646c
Compare
9227290
to
4b6cf45
Compare
Hi @AndresOrtegaGuerrero , I added a check for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! , I tested both cases you considered and it works perfectly ! Nice!
plugin_list.ipynb
Outdated
" else:\n", | ||
" # uninstall the package\n", | ||
" message_container.value = f\"\"\"<div style=\"color: #FF0000;\">The plugin '{package_name}' was installed successfully but plugin functionality test failed: {result.stderr}. </div>\"\"\"\n", | ||
" message_container.value += \"\"\"<div style=\"color: #FF0000;\">This may be due to compatibility issues with the current QEApp version. Please contact the plugin author for further assistance.</div>\"\"\"\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
current AiiDAlab QEApp ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I added AiiDAlab
.
@AndresOrtegaGuerrero , thanks for your review! |
This PR tries to handle plugin gracefully in two ways:
qeapp-plugin-gracefully.mp4