-
Notifications
You must be signed in to change notification settings - Fork 2
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
✨ Hide traceback for InstanceNotEmpty using Click Exception #930
Conversation
Signed-off-by: zethson <lukas.heumos@posteo.net>
Signed-off-by: zethson <lukas.heumos@posteo.net>
Signed-off-by: zethson <lukas.heumos@posteo.net>
…o feature/simpler_deletion_ux
Signed-off-by: zethson <lukas.heumos@posteo.net>
I don't understand this test failure:
@Koncopd do you have any idea? |
Yes, let me check one thing. |
Personally i don't like importing |
Yeah, I didn't like it either but I really like the result. I mean |
Ok then. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #930 +/- ##
==========================================
- Coverage 83.53% 83.51% -0.02%
==========================================
Files 43 43
Lines 3444 3446 +2
==========================================
+ Hits 2877 2878 +1
- Misses 567 568 +1 ☔ View full report in Codecov by Sentry. |
My earlier solution of
did not quite go far enough and I forgot to test it properly because I got distracted. Here's a new attempt.
Before:
After: