Skip to content

Commit b217d7e

Browse files
committed
Refine docstring for retry_on_connection_error to clarify its purpose
1 parent 9f1274c commit b217d7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/galaxy/objectstore/irods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class NetworkException(Exception):
4747

4848

4949
def _retry_on_connection_error(func):
50-
"""Retry an idempotent iRODS read on a transient connection error."""
50+
"""Retry iRODS read operations on a transient connection error."""
5151

5252
@functools.wraps(func)
5353
def wrapper(*args, **kwargs):

0 commit comments

Comments
 (0)