Skip to content

Commit 7b22582

Browse files
committed
fix(models.py): add retries for transient network errors
1 parent 610b9ea commit 7b22582

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modflow_devtools/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
base_url=BASE_URL,
3636
version=modflow_devtools.__version__,
3737
env="MFMODELS",
38+
retry_if_failed=3,
3839
)
3940

4041

0 commit comments

Comments
 (0)