Skip to content

Commit b298e21

Browse files
committed
undo add to docstring
1 parent f66697f commit b298e21

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

irods/manager/data_object_manager.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,6 @@ def get(self,
271271
272272
Only download the object if the local_path is a string (specifying
273273
a path in the local filesystem to use as a destination file).
274-
275-
If replica_sort_function is not specified, the replicas list contained in the returned
276-
object will be sorted according to replica number (REPLICA_NUMBER_SORT_KEY_FN) in PRC < v4
277-
or by general fitness to be considered as a current data copy (REPLICA_FITNESS_SORT_KEY_FN).
278-
in PRC >= v4. For those definitions, see irods/data_object.py .
279274
"""
280275
parent = self.sess.collections.get(irods_dirname(path))
281276

0 commit comments

Comments
 (0)