Skip to content

Commit 2a2c3d8

Browse files
committed
fix
1 parent 1fa629d commit 2a2c3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/engine/boutiques.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __init__(
7171
bosh_file = self._download_spec(zenodo)
7272

7373
# retry logic - an error on travis is raised randomly, not able to reproduce
74-
tries, tries_max = 7
74+
tries, tries_max = 0, 7
7575
while tries < tries_max:
7676
try:
7777
with bosh_file.open() as f:

0 commit comments

Comments
 (0)