Loading transfer_service/store_amqp_server.py +2 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,8 @@ class StoreAMQPServer(AMQPServer): # be done until the write permissions are restored or new data is # copied on the transfer node by the user. if os.access(folderPath, os.W_OK) and os.listdir(folderPath): response = { "responseType": "STORE_ACK", "storageList": storageList } response = { "responseType": "STORE_ACK", "storageList": storageList } self.storeAck = True else: response = { "responseType": "ERROR", Loading transfer_service/system_utils.py +3 −3 Original line number Diff line number Diff line Loading @@ -26,6 +26,6 @@ class SystemUtils(object): # Test sysUtils = SystemUtils() info = sysUtils.userInfo("cristiano") print(info) #sysUtils = SystemUtils() #info = sysUtils.userInfo("cristiano") #print(info) Loading
transfer_service/store_amqp_server.py +2 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,8 @@ class StoreAMQPServer(AMQPServer): # be done until the write permissions are restored or new data is # copied on the transfer node by the user. if os.access(folderPath, os.W_OK) and os.listdir(folderPath): response = { "responseType": "STORE_ACK", "storageList": storageList } response = { "responseType": "STORE_ACK", "storageList": storageList } self.storeAck = True else: response = { "responseType": "ERROR", Loading
transfer_service/system_utils.py +3 −3 Original line number Diff line number Diff line Loading @@ -26,6 +26,6 @@ class SystemUtils(object): # Test sysUtils = SystemUtils() info = sysUtils.userInfo("cristiano") print(info) #sysUtils = SystemUtils() #info = sysUtils.userInfo("cristiano") #print(info)