Skip to content

Commit 81b6228

Browse files
authored
Merge pull request #6459 from chrisburr/fix-proxy-voms
[8.1] Setting timeout when adding VOMS extension
2 parents e276ffc + 92e35ea commit 81b6228

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)