-
Notifications
You must be signed in to change notification settings - Fork 8
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 unexpected errors and print the error message #5
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 144 151 +7
=====================================
+ Hits 144 151 +7
Continue to review full report at Codecov.
|
43871b2
to
8bdcfb5
Compare
2aebd6f
to
33a8609
Compare
docs/CHANGELOG.rst
Outdated
@@ -12,8 +12,9 @@ Unreleased | |||
|
|||
Changed | |||
------- | |||
- Unexpected errors in ``re-*`` functions are handled and error with | |||
- Unexpected errors in ``re-*`` functions are handled and error with |
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.
Move this change to the previous commit (where it belongs).
docs/CHANGELOG.rst
Outdated
|
||
Changed | ||
------- | ||
- Unexpected errors in ``re-*`` functions are handled and error with |
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 would change the sentence to imperative mode, something like:
Handle unexpected errors in re-*
functions and print an error with a descriptive message
33a8609
to
4ee3f95
Compare
4ee3f95
to
bcf0606
Compare
No description provided.