Loading transfer_service/retrieve_executor.py +1 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ class RetrieveExecutor(TaskExecutor): fl.close() def retrieveCompleted(self, vospacePath): return not any(vospacePath in f for f in self.fileList) return not any(vospacePath in f["vospaceRootParent"] for f in self.fileList) def retrieveData(self): for blockIdx in range(self.numBlocks): Loading Loading
transfer_service/retrieve_executor.py +1 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ class RetrieveExecutor(TaskExecutor): fl.close() def retrieveCompleted(self, vospacePath): return not any(vospacePath in f for f in self.fileList) return not any(vospacePath in f["vospaceRootParent"] for f in self.fileList) def retrieveData(self): for blockIdx in range(self.numBlocks): Loading