Skip to content

Commit

Permalink
Documentation: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimaio committed Jan 13, 2025
1 parent e143401 commit 6928a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rucio/client/replicaclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def add_replicas(self, rse, files, ignore_availability=True):
:param rse: the RSE name.
:param files: The list of files. This is a list of DIDs like :
[{'scope': <scope1>, 'name': <name1>}, {'scope': <scope2>, 'name': <name2>}, ...]
:param ignore_availability: Ignore the RSE blocklsit.
:param ignore_availability: Ignore the RSE blocklist.
:return: True if files were created successfully.
Expand Down

0 comments on commit 6928a37

Please sign in to comment.