GlobalFishingWatch / treniformis

Apache License 2.0
5 stars 6 forks source link

build_combined_fishing_list should handle year param as string #29

Closed pwoods25443 closed 8 years ago

pwoods25443 commented 8 years ago

If you pass in a string value such as "2014" to build_combined_fishing_list() it fails, but not gracefully.

It should just try to force the parameter to int before using it.