mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-05-10 23:26:01 +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
|
||||
|
||||
if filename_extension_match == False:
|
||||
if filename_extension_match is False:
|
||||
print(f'Filename with uncommon extension: {value}')
|
||||
|
||||
return field
|
||||
|
Reference in New Issue
Block a user