Skip to content
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

Merged
merged 4 commits into from
Aug 8, 2017

Conversation

dblenkus
Copy link
Member

@dblenkus dblenkus commented Aug 7, 2017

No description provided.

@dblenkus dblenkus requested a review from tjanez August 7, 2017 12:12
@codecov-io
Copy link

codecov-io commented Aug 7, 2017

Codecov Report

Merging #5 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #5   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines         144    151    +7     
=====================================
+ Hits          144    151    +7
Impacted Files Coverage Δ
resolwe_runtime_utils.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a554b91...bcf0606. Read the comment docs.

@dblenkus dblenkus force-pushed the feature-unexpectederrors branch 3 times, most recently from 2aebd6f to 33a8609 Compare August 8, 2017 08:09
@@ -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
Copy link
Contributor

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).


Changed
-------
- Unexpected errors in ``re-*`` functions are handled and error with
Copy link
Contributor

@tjanez tjanez Aug 8, 2017

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

@dblenkus dblenkus merged commit bcf0606 into genialis:master Aug 8, 2017
@dblenkus dblenkus deleted the feature-unexpectederrors branch September 15, 2017 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants