Skip to content

Commit 959489a

Browse files
committed
fix: typo fixed in the method name
1 parent 8dd5b4c commit 959489a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/WorkloadManagementSystem/Service/SandboxStoreHandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def transfer_fromClient(self, fileId, token, fileSize, fileHelper):
197197
Receive a file as a sandbox
198198
"""
199199

200-
return self._getFromFile(fileId, token, fileSize, fileHelper=fileHelper)
200+
return self._getFromClient(fileId, token, fileSize, fileHelper=fileHelper)
201201

202202
def transfer_bulkFromClient(self, fileId, token, _fileSize, fileHelper):
203203
"""Receive files packed into a tar archive by the fileHelper logic.

0 commit comments

Comments
 (0)