Commit e22a98ea authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Minor changes.

parent 692df5d1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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",
+3 −3
Original line number Diff line number Diff line
@@ -26,6 +26,6 @@ class SystemUtils(object):


# Test
sysUtils = SystemUtils()
info = sysUtils.userInfo("cristiano")
print(info)
#sysUtils = SystemUtils()
#info = sysUtils.userInfo("cristiano")
#print(info)