HotMaps / datapackage-validation

Submodule that can be used to validate a datapackage.json file for datasets. To use it just include it in the root of your dataset repository as submodule. You can then execute it using python3 running the file 'validate-datapackage.py'. The script will automatically look for the datapackage.json in the root of the repository.
0 stars 1 forks source link

Fix: issues#2 - NameError: name 'tags' is not defined #3

Closed zarch closed 6 years ago

zarch commented 6 years ago

Fix the NameError defining the tags variable.

29axe commented 6 years ago

Already fixed in 2 new commits.