From dddc562c086389ff22f5507a585afefa5f4163fc Mon Sep 17 00:00:00 2001 From: Alan Malta Rodrigues Date: Wed, 2 Dec 2020 15:27:48 +0100 Subject: [PATCH] Remove badly encoded single quotes from Rucio module --- src/python/WMCore/Services/Rucio/Rucio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/WMCore/Services/Rucio/Rucio.py b/src/python/WMCore/Services/Rucio/Rucio.py index db4f239821..69ec944fe4 100644 --- a/src/python/WMCore/Services/Rucio/Rucio.py +++ b/src/python/WMCore/Services/Rucio/Rucio.py @@ -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.