Skip to content

Commit 0405ba2

Browse files
committed
fix: typo dirax -> diracx
1 parent c277ae1 commit 0405ba2

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)