Skip to content

Commit

Permalink
Merge pull request #10124 from amaltaro/fix-10122-quotes
Browse files Browse the repository at this point in the history
Remove badly encoded single quotes from Rucio module
  • Loading branch information
amaltaro authored Dec 2, 2020
2 parents d357fdb + dddc562 commit a3fb335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/WMCore/Services/Rucio/Rucio.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def getPFN(self, site, lfns, protocol=None, protocolDomain='ALL', operation=None
:param protocol: If the RSE supports multiple access protocols, a preferred protocol can be selected via this,
otherwise the default one for the site will be selected. Example: 'gsiftp' or 'davs'
this is what is called "scheme" in the RUCIO API (we think protocol is more clear)
:param protocolDomain: The scope of the protocol. Supported are LAN’, ‘WAN, and ALL (as default)
:param protocolDomain: The scope of the protocol. Supported are "LAN", "WAN", and "ALL" (as default)
this is what is called protocol_domain in RUCIO API, changed for CMS camelCase convention
:param operation: The name of the requested operation (read, write, or delete). If None, all operations are queried
:return: a dictionary having the LFN's as keys and the corresponding PFN's as values.
Expand Down

0 comments on commit a3fb335

Please sign in to comment.