Loading client/vos_group +1 −1 Original line number Diff line number Diff line Loading @@ -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"] Loading Loading
client/vos_group +1 −1 Original line number Diff line number Diff line Loading @@ -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"] Loading