Skip to content

Commit 0fffb75

Browse files
authored
Merge pull request #8016 from fstagni/90_typo
[9.0] fix: typo dirax -> diracx
2 parents c277ae1 + 0405ba2 commit 0fffb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/Core/Security/DiracX.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def DiracXClient() -> _DiracClient:
9191
proxyLocation = getDefaultProxyLocation()
9292
diracxToken = diracxTokenFromPEM(proxyLocation)
9393
if not diracxToken:
94-
raise ValueError(f"No dirax token in the proxy file {proxyLocation}")
94+
raise ValueError(f"No diracx token in the proxy file {proxyLocation}")
9595

9696
with NamedTemporaryFile(mode="wt") as token_file:
9797
token_file.write(json.dumps(diracxToken))

0 commit comments

Comments
 (0)