add --max-retries option to support retrying failed downloads with exponential backoff

This commit is contained in:
petergardfjall
2018-02-26 21:35:41 +01:00
parent 8d62829e6d
commit d0aeabae6d
7 changed files with 451 additions and 25 deletions
+3
View File
@@ -8,3 +8,6 @@ init:
clean:
find -name '*~' -exec rm {} \;
find -name '*pyc' -exec rm {} \;
test:
nosetests --verbose --with-coverage --cover-package=garminexport --cover-branches