From d935f8e440051b703175ea47077d51873f4d9504 Mon Sep 17 00:00:00 2001 From: imarom Date: Sun, 13 Mar 2016 17:37:36 +0200 Subject: removed some prints and a fix for error handling on add_streams --- .../automation/trex_control_plane/stl/trex_stl_lib/trex_stl_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_types.py') diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_types.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_types.py index 496bea13..bd48f939 100644 --- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_types.py +++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_types.py @@ -5,7 +5,7 @@ from trex_stl_exceptions import * import types RpcCmdData = namedtuple('RpcCmdData', ['method', 'params']) -TupleRC = namedtuple('RC', ['rc', 'data', 'is_warn']) +TupleRC = namedtuple('RCT', ['rc', 'data', 'is_warn']) class RpcResponseStatus(namedtuple('RpcResponseStatus', ['success', 'id', 'msg'])): __slots__ = () -- cgit 1.2.3-korg