From cf7dc73b0418374e6b73cb1b2fafe05450cacbf3 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Tue, 2 Feb 2016 20:48:06 +0200 Subject: typo --- .../automation/trex_control_plane/client_utils/scapy_packet_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/automation') diff --git a/scripts/automation/trex_control_plane/client_utils/scapy_packet_builder.py b/scripts/automation/trex_control_plane/client_utils/scapy_packet_builder.py index 3385ec65..7c398e9d 100644 --- a/scripts/automation/trex_control_plane/client_utils/scapy_packet_builder.py +++ b/scripts/automation/trex_control_plane/client_utils/scapy_packet_builder.py @@ -97,7 +97,7 @@ class CTRexScFieldRangeValue(CTRexScFieldRangeBase): if min_value > max_value: raise CTRexPacketBuildException(-12, 'min is greater than max'); if min_value == max_value: - raise CTRexPacketBuildException(-13, 'min value is equal to max value, you can't use this type of range'); + raise CTRexPacketBuildException(-13, "min value is equal to max value, you can't use this type of range"); class CTRexScIpv4SimpleRange(CTRexScFieldRangeBase): -- cgit 1.2.3-korg