sociepy / covid19-vaccination-subnational

🌍💉 Global COVID-19 vaccination data at the regional level.
https://sociepy.org/covid19-vaccination-subnational
GNU General Public License v3.0
61 stars 15 forks source link

Belgium patch #62

Closed sanyam-git closed 3 years ago

sanyam-git commented 3 years ago

fixed the Belgium scraper

sanyam-git commented 3 years ago

If you could remove the tmp/file.xlsx file - Thanks!

It was giving some error that tmp directory not found when testing in local, that's why I added. Is this not a problem when running on github actions ?

lucasrodes commented 3 years ago

Thanks for considering this, I had to check but it is totally fine.

The tmp file is ceated duing the job execution, you can see this in: https://github.com/sociepy/covid19-vaccination-subnational/blob/144d49a93ace193575082672c61986316926c52d/.github/workflows/refresh.yml#L42

Perhaps this should be stated in the Contribute section