Skip to content

Commit 92e35ea

Browse files
committed
fix: Setting timeout when adding VOMS extension
1 parent e276ffc commit 92e35ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/Core/Security/VOMS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def setVOMSAttributes(self, proxy, attribute=None, vo=None):
280280

281281
if chain.isRFC().get("Value"):
282282
cmd += ["-r"]
283-
cmd += ["-timeout 12"]
283+
cmd += ["-timeout", "12"]
284284

285285
result = shellCall(self._secCmdTimeout, shlex.join(cmd))
286286
if tmpDir:

0 commit comments

Comments
 (0)