Skip to content

Commit

Permalink
fix: minor fixes after the commits squashing
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Feb 15, 2023
1 parent 69566e8 commit a37926d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/DIRAC/FrameworkSystem/Client/TokenManagerClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ def getToken(

return result


gTokenManager = TokenManagerClient()
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ def _reset(self):
return S_OK()

def _executeCondorCommand(self, cmd, keepTokenFile=False):

tFile = None
if self.token:
# Create a new token file if we do not keep it across several calls
Expand Down Expand Up @@ -425,6 +424,7 @@ def getJobStatus(self, jobIDList):
condorIDs[job] = jobID

self.tokenFile = None

qList = []
for _condorIDs in breakListIntoChunks(condorIDs.values(), 100):
# This will return a list of 1245.75 3
Expand Down

0 comments on commit a37926d

Please sign in to comment.