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 9f1274c commit b217d7eCopy full SHA for b217d7e
1 file changed
lib/galaxy/objectstore/irods.py
@@ -47,7 +47,7 @@ class NetworkException(Exception):
47
48
49
def _retry_on_connection_error(func):
50
- """Retry an idempotent iRODS read on a transient connection error."""
+ """Retry iRODS read operations on a transient connection error."""
51
52
@functools.wraps(func)
53
def wrapper(*args, **kwargs):
0 commit comments