We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c277ae1 + 0405ba2 commit 0fffb75Copy full SHA for 0fffb75
src/DIRAC/Core/Security/DiracX.py
@@ -91,7 +91,7 @@ def DiracXClient() -> _DiracClient:
91
proxyLocation = getDefaultProxyLocation()
92
diracxToken = diracxTokenFromPEM(proxyLocation)
93
if not diracxToken:
94
- raise ValueError(f"No dirax token in the proxy file {proxyLocation}")
+ raise ValueError(f"No diracx token in the proxy file {proxyLocation}")
95
96
with NamedTemporaryFile(mode="wt") as token_file:
97
token_file.write(json.dumps(diracxToken))
0 commit comments