Loading transfer_service/db_connector.py +0 −2 Original line number Diff line number Diff line Loading @@ -449,5 +449,3 @@ class DbConnector(object): (storageId,)) self.conn.commit() return True transfer_service/storage_amqp_server.py +23 −23 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ class StorageAMQPServer(AMQPServer): else: response = { "responseType": "ERROR", "errorCode": 4, "errorMsg": "This storage location contains some VOSpace nodes. Please, move them to anoter location." } "errorMsg": "This storage location contains some VOSpace nodes. Please, move those nodes to another location." } else: response = { "responseType": "ERROR", "errorCode": 5, Loading Loading
transfer_service/db_connector.py +0 −2 Original line number Diff line number Diff line Loading @@ -449,5 +449,3 @@ class DbConnector(object): (storageId,)) self.conn.commit() return True
transfer_service/storage_amqp_server.py +23 −23 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ class StorageAMQPServer(AMQPServer): else: response = { "responseType": "ERROR", "errorCode": 4, "errorMsg": "This storage location contains some VOSpace nodes. Please, move them to anoter location." } "errorMsg": "This storage location contains some VOSpace nodes. Please, move those nodes to another location." } else: response = { "responseType": "ERROR", "errorCode": 5, Loading