We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa629d commit 2a2c3d8Copy full SHA for 2a2c3d8
pydra/engine/boutiques.py
@@ -71,7 +71,7 @@ def __init__(
71
bosh_file = self._download_spec(zenodo)
72
73
# retry logic - an error on travis is raised randomly, not able to reproduce
74
- tries, tries_max = 7
+ tries, tries_max = 0, 7
75
while tries < tries_max:
76
try:
77
with bosh_file.open() as f:
0 commit comments