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.
1 parent 71ed6bf commit 75e027bCopy full SHA for 75e027b
src/DIRAC/Core/Security/DiracX.py
@@ -40,7 +40,7 @@
40
41
PEM_BEGIN = "-----BEGIN DIRACX-----"
42
PEM_END = "-----END DIRACX-----"
43
-RE_DIRACX_PEM = re.compile(rf"{PEM_BEGIN}\n(.*?)\n{PEM_END}",re.DOTALL)
+RE_DIRACX_PEM = re.compile(rf"{PEM_BEGIN}\n(.*?)\n{PEM_END}", re.DOTALL)
44
45
46
@convertToReturnValue
0 commit comments