Loading client/vos_import +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ class VOSImport(RedisRPCClient): super(VOSImport, self).__init__(self.host, self.port, self.db, self.rpcQueue) def load(self, path, username): path = path.rstrip('/') importRequest = { "requestType": "NODE_IMPORT", "path": path, "userName": username } importResponse = self.call(importRequest) if "responseType" not in importResponse: Loading Loading
client/vos_import +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ class VOSImport(RedisRPCClient): super(VOSImport, self).__init__(self.host, self.port, self.db, self.rpcQueue) def load(self, path, username): path = path.rstrip('/') importRequest = { "requestType": "NODE_IMPORT", "path": path, "userName": username } importResponse = self.call(importRequest) if "responseType" not in importResponse: Loading