Skip to content

Commit

Permalink
Merge pull request #8016 from fstagni/90_typo
Browse files Browse the repository at this point in the history
[9.0] fix: typo dirax -> diracx
  • Loading branch information
chaen authored Jan 29, 2025
2 parents c277ae1 + 0405ba2 commit 0fffb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DIRAC/Core/Security/DiracX.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def DiracXClient() -> _DiracClient:
proxyLocation = getDefaultProxyLocation()
diracxToken = diracxTokenFromPEM(proxyLocation)
if not diracxToken:
raise ValueError(f"No dirax token in the proxy file {proxyLocation}")
raise ValueError(f"No diracx token in the proxy file {proxyLocation}")

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

0 comments on commit 0fffb75

Please sign in to comment.