Skip to content
Snippets Groups Projects
Commit a703bf43 authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix the OP_ID of OpAssignGroupNodes


Commit 96276ae7 added the above opcode, but forgot to update the OP_ID
per our previous mailing list discussions. This patch makes the OP_ID
be consistent with the other IDs (OP_$object_$action).

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
parent ff6082e4
No related branches found
No related tags found
No related merge requests found
......@@ -1029,7 +1029,7 @@ class OpAddGroup(OpCode):
class OpAssignGroupNodes(OpCode):
"""Assign nodes to a node group."""
OP_ID = "OP_ASSIGN_NODES"
OP_ID = "OP_GROUP_ASSIGN_NODES"
OP_DSC_FIELD = "group_name"
OP_PARAMS = [
_PGroupName,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment