mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-12-22 04:02:19 +01:00
csv_metadata_quality/check.py: Fix test for False
This commit is contained in:
parent
3c7a9eb75b
commit
13d5221378
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user