mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-06-09 18:35:36 +02:00
csv_metadata_quality/check.py: Fix test for False
This commit is contained in:
@ -294,7 +294,7 @@ def filename_extension(field):
|
|||||||
|
|
||||||
break
|
break
|
||||||
|
|
||||||
if filename_extension_match == False:
|
if filename_extension_match is False:
|
||||||
print(f'Filename with uncommon extension: {value}')
|
print(f'Filename with uncommon extension: {value}')
|
||||||
|
|
||||||
return field
|
return field
|
||||||
|
Reference in New Issue
Block a user