Loading transfer_service/storage_amqp_server.py +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ class StorageAMQPServer(AMQPServer): self.storageBasePath = requestBody["basePath"] self.storageHostname = requestBody["hostname"] if not os.path.exists(self.storageBasePath): if not os.path.exists(self.storageBasePath) and self.storageType != "portal": response = { "responseType": "ERROR", "errorCode": 2, "errorMsg": "Base path doesn't exist."} Loading Loading
transfer_service/storage_amqp_server.py +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ class StorageAMQPServer(AMQPServer): self.storageBasePath = requestBody["basePath"] self.storageHostname = requestBody["hostname"] if not os.path.exists(self.storageBasePath): if not os.path.exists(self.storageBasePath) and self.storageType != "portal": response = { "responseType": "ERROR", "errorCode": 2, "errorMsg": "Base path doesn't exist."} Loading