diff options
Diffstat (limited to 'resources')
-rwxr-xr-x | resources/traffic_scripts/ipfix_sessions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/traffic_scripts/ipfix_sessions.py b/resources/traffic_scripts/ipfix_sessions.py index 385d21362b..2994916144 100755 --- a/resources/traffic_scripts/ipfix_sessions.py +++ b/resources/traffic_scripts/ipfix_sessions.py @@ -167,8 +167,8 @@ def main(): # do not print details for sent packets verbose = False - print("Sending more than one packet. Details will be filtered for\ - # all packets sent.") + print("Sending more than one packet. Details will be filtered for " + "all packets sent.") ignore = [] for x in range(sessions): |