jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.59k stars 590 forks source link

Fixes #469 - Prevented rst crash with only-space strings #470

Closed claudep closed 4 years ago

claudep commented 4 years ago

Thanks nexone for the report.

codecov[bot] commented 4 years ago

Codecov Report

Merging #470 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #470   +/-   ##
=======================================
  Coverage   90.66%   90.66%           
=======================================
  Files          28       28           
  Lines        2613     2614    +1     
=======================================
+ Hits         2369     2370    +1     
  Misses        244      244           
Impacted Files Coverage Δ
src/tablib/formats/_rst.py 95.08% <100.00%> (ø)
tests/test_tablib.py 98.55% <100.00%> (+<0.01%) :arrow_up:

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 985c3d9...923c730. Read the comment docs.

hugovk commented 4 years ago

Thanks!