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

Fixed typo.

parent 31edda74
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ class VOSGroup(RedisRPCClient):
            print("\nThe procedure that removes the group from 'group_read' has started.")
            print("If notifications are enabled, you will receive an email as soon as the job is completed.\n")
        elif delGroupResponse["responseType"] == "GRPW_STARTED":
            print("\nThe procedure that removes the group from 'group_write' has started."
            print("\nThe procedure that removes the group from 'group_write' has started.")
            print("If notifications are enabled, you will receive an email as soon as the job is completed.\n")
        elif delGroupResponse["responseType"] == "ERROR":
            errorCode = delGroupResponse["errorCode"]