edina / nbexchange

External exchange for nbgrader
Other
6 stars 2 forks source link

Fix missing message error: #48

Closed agxs closed 3 years ago

agxs commented 3 years ago

Not all python exceptions have a message attribute, some don't. We were getting errors in the logs that message wasn't part of some exceptions.

codecov[bot] commented 3 years ago

Codecov Report

Merging #48 (88218a7) into master (732605e) will decrease coverage by 0.07%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
- Coverage   76.76%   76.69%   -0.08%     
==========================================
  Files          43       43              
  Lines        2096     2098       +2     
==========================================
  Hits         1609     1609              
- Misses        487      489       +2     
Impacted Files Coverage Δ
nbexchange/plugin/collect.py 85.89% <0.00%> (-2.27%) :arrow_down:

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 732605e...88218a7. Read the comment docs.