sckott / pytaxize

python port of taxize (taxonomy toolbelt) for R
https://sckott.github.io/pytaxize/
MIT License
34 stars 13 forks source link

Add check status code to each function #6

Closed sckott closed 9 years ago

sckott commented 10 years ago

With raise_for_status()

akshayah3 commented 9 years ago

Shouldn't this line be raise_for_status() instead of raise_for_status.

I just skimmed through the codebase and I think all the methods which use requests have raise_for_status.

sckott commented 9 years ago

Right, can you go ahead and change those @akshayah3 ?

akshayah3 commented 9 years ago

@sckott Sure! On it.

akshayah3 commented 9 years ago

@sckott I think this can be closed now.

sckott commented 9 years ago

okay