diff options
Diffstat (limited to 'scripts/automation/trex_control_plane/common/trex_streams.py')
-rwxr-xr-x | scripts/automation/trex_control_plane/common/trex_streams.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/common/trex_streams.py b/scripts/automation/trex_control_plane/common/trex_streams.py index 238c89f3..c1f1bfa6 100755 --- a/scripts/automation/trex_control_plane/common/trex_streams.py +++ b/scripts/automation/trex_control_plane/common/trex_streams.py @@ -510,7 +510,7 @@ class STLStream(object): x = yaml.dump(yaml_lst, default_flow_style=False) with open(yaml_file, 'w') as f: f.write(x) - + return x # REMOVE ME when can - convert from stream pack to a simple stream |