issues
search
IATI
/
refresher
A Python application which has the responsibility of tracking IATI data from around the Web and refreshing the core IATI software's data stores
GNU Affero General Public License v3.0
2
stars
0
forks
source link
fix: falsey tests for var which can be None
#342
Closed
simon-20
closed
3 months ago
simon-20
commented
3 months ago
Tests for falsity of file_schema_valid was changed in response to flake8 warnings about use of '==' , but recommended action was not semantically equivalent--this commit restores original behaviour and passes flake8 checks.