Loading transfer_service/node.py +2 −2 Original line number Diff line number Diff line Loading @@ -66,8 +66,8 @@ class Node(object): def setFormat(self, format): self.format = format def setAsyncTrans(self, transferType): self.transferType = transferType def setAsyncTrans(self, asyncTrans): self.asyncTrans = asyncTrans def setSticky(self, sticky): self.sticky = sticky Loading Loading
transfer_service/node.py +2 −2 Original line number Diff line number Diff line Loading @@ -66,8 +66,8 @@ class Node(object): def setFormat(self, format): self.format = format def setAsyncTrans(self, transferType): self.transferType = transferType def setAsyncTrans(self, asyncTrans): self.asyncTrans = asyncTrans def setSticky(self, sticky): self.sticky = sticky Loading