Skip to content

Commit

Permalink
assign None
Browse files Browse the repository at this point in the history
  • Loading branch information
golanha committed Aug 25, 2020
1 parent 61b9ac8 commit 3ab55a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hkube_python_wrapper/wrapper/algorunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def _handle_responseV2(self, algorithmData, jobId, taskId, nodeName, savePaths,
storingData = dict()
storageInfo = self._dataAdapter.createStorageInfo(data)
storingData.update(storageInfo)

incache = None
if (self._dataServer and savePaths):
incache = self._dataServer.setSendingState(taskId, algorithmData, len(encodedData))
if(incache):
Expand Down

0 comments on commit 3ab55a8

Please sign in to comment.