Explicitely say that the second element of the tuple is the new value. --- lib/opcodes.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/opcodes.py b/lib/opcodes.py index de6bd91..0f5de5a 100644 --- a/lib/opcodes.py +++ b/lib/opcodes.py @@ -155,7 +155,7 @@ _TestNicDef = ht.TDictOf(ht.TElemOf(constants.INIC_PARAMS), _TSetParamsResultItemItems = [ ht.Comment("name of changed parameter")(ht.TNonEmptyString), - ht.TAny, + ht.Comment("new value")(ht.TAny), ] _TSetParamsResult = \ -- 1.7.6