1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-01-24 19:23:22 +01:00
csv-metadata-quality/csv_metadata_quality
Alan Orth 0cf0bc97f0
All checks were successful
continuous-integration/drone/push Build is passing
csv_metadata_quality/fix.py: fix logic error again
It seems there was another logic error raised by the test in pytest.
With my real data, it was enough to check if the region column was
None, but with my test I was explicitly setting the region to "" (an
empty string). So to be really sure we should check if the string
is not None *and* if its length is greater than 0.
2022-08-03 20:51:14 +03:00
..
2022-07-28 16:52:43 +03:00
2021-12-09 23:21:30 +02:00