civisanalytics / civis-python

Civis API Python Client
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

Add a retry for downloading files via civis.io.file_to_civis #273

Closed mheilman closed 5 years ago

mheilman commented 5 years ago

It also fixes a related bug in file_to_civis where the buffer was reset to 0 rather than the original position when retrying.

Fixes #272.

mheilman commented 5 years ago

@waltaskew? @jkulzick?