Skip to content
Snippets Groups Projects
Commit 2d76247d authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Fixed typo + cleanup.

parent 00677422
Branches
Tags
No related merge requests found
...@@ -449,5 +449,3 @@ class DbConnector(object): ...@@ -449,5 +449,3 @@ class DbConnector(object):
(storageId,)) (storageId,))
self.conn.commit() self.conn.commit()
return True return True
...@@ -77,7 +77,7 @@ class StorageAMQPServer(AMQPServer): ...@@ -77,7 +77,7 @@ class StorageAMQPServer(AMQPServer):
else: else:
response = { "responseType": "ERROR", response = { "responseType": "ERROR",
"errorCode": 4, "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: else:
response = { "responseType": "ERROR", response = { "responseType": "ERROR",
"errorCode": 5, "errorCode": 5,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment