bioinf-mcb / gisaid-scrapper

Scrapping tool for GISAID data regarding SARS-CoV-2
MIT License
41 stars 16 forks source link

FileNotFoundError: [Errno 2] No such file or directory #20

Closed hmkim closed 3 years ago

hmkim commented 4 years ago
스크린샷 2020-04-06 오전 9 31 05

If '/' in the filename, the destination was confused.

Please check this issue.

Thank you in advance!

hans49732563 commented 4 years ago

I solved this problem by change "name = row.find_elements_by_tag_name("td")[2].text" to "name = row.find_elements_by_tag_name("td")[3].text" in gisaid_scrapper.py.