Skip to content

Commit ff75faa

Browse files
committed
fix: Remove proxy check to fix ARC CE pilot logs
1 parent 2a9d7d6 commit ff75faa

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/DIRAC/Resources/Computing/AREXComputingElement.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,6 @@ def _checkSession(self):
198198
if not (self.token or self.proxy):
199199
self.log.error("Proxy or token not set")
200200
return S_ERROR("Proxy or token not set")
201-
if not self.proxy and self.alwaysIncludeProxy:
202-
self.log.error("Proxy required but not set")
203-
return S_ERROR("Proxy required but not set")
204201

205202
# If a token is set, we use it
206203
if self.token:

0 commit comments

Comments
 (0)