Commit 2d76247d authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Fixed typo + cleanup.

parent 00677422
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -449,5 +449,3 @@ class DbConnector(object):
                    (storageId,))
                self.conn.commit()
                return True
            
                
+23 −23
Original line number Diff line number Diff line
@@ -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,