Skip to content

Commit 33bfb2a

Browse files
committed
fix: ts bug
1 parent c1ec0ce commit 33bfb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/TransformationSystem/Agent/TransformationAgent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ def __getDataReplicas(self, transDict, lfns, clients, forJobs=True):
499499
if newLFNs:
500500
startTime = time.time()
501501
self._logInfo(f"Getting replicas for {len(newLFNs)} files from catalog", method=method, transID=transID)
502-
502+
newReplicas = {}
503503
res = self._getDataReplicasDM(transID, newLFNs, clients, forJobs=forJobs)
504504
if res["OK"]:
505505
newReplicas = {lfn: ses for lfn, ses in res["Value"].items() if ses}

0 commit comments

Comments
 (0)