-
Notifications
You must be signed in to change notification settings - Fork 113
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
Catch general exeception when git fails #1380
Conversation
Signed-off-by: Nok <[email protected]>
How can I test this? |
|
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.
Fantastic, looks good and works well.
Please add a line to the release notes for this as well! |
Signed-off-by: Nok <[email protected]>
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 Nok. works well.
Maybe we can remove the ImportError exception now. and return only the one you wrote.
RELEASE.md
Outdated
|
||
# Release 6.2.1 | ||
|
||
## Major features and improvements | ||
|
||
- Add support for new kedro-viz layer configuration in kedro-datasets. (#1373) | ||
- Show original node input and output names in metadata panel. (#1381) | ||
- Fix bug where git causing kedro-viz panic. (#1380) |
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.
I think this goes in bugs and fixes. but maybe we can move that in the release ticket.
…x-git-exception Signed-off-by: Tynan DeBold <[email protected]>
Description
Following kedro-org/kedro#1826
Fixes #1291
Development notes
QA notes
Checklist
RELEASE.md
file