Skip to content

Commit

Permalink
Merge pull request #4418 from dynamic-entropy/patch-4417-incorrect_do…
Browse files Browse the repository at this point in the history
…cstring

Core: added docstring for correct parameters Fix #4417
  • Loading branch information
bari12 committed Mar 23, 2021
2 parents 2ce063a + f1986a1 commit 38e12b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/rucio/core/quarantined_replica.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ def delete_quarantined_replicas(rse_id, replicas, session=None):
Delete file replicas.
:param rse_id: the rse id.
:param files: the list of files to delete.
:param ignore_availability: Ignore the RSE blacklisting.
:param replicas: A list of dicts with the replica information.
:param session: The database session in use.
"""

Expand Down

0 comments on commit 38e12b4

Please sign in to comment.