We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41439a8 commit 6b9f71dCopy full SHA for 6b9f71d
1 file changed
irods/data_object.py
@@ -51,7 +51,7 @@ class _repl_status(enum.Enum):
51
WRITE_LOCKED = range(5)
52
53
54
-# Ordering by fitness for use/interface, for various replica status values.
+# An ordering of the various replica status values, by descending fitness for use/interface
55
_REPL_STATUSES = tuple(
56
getattr(_repl_status, ident).value for ident in (
57
"GOOD_REPLICA",
0 commit comments