Ack

On Fri, Jan 29, 2021 at 12:05 PM <olichtne@redhat.com> wrote:
From: Ondrej Lichtner <olichtne@redhat.com>

Signed-off-by: Ondrej Lichtner <olichtne@redhat.com>
---
 lnst/RecipeCommon/Perf/Measurements/BaseFlowMeasurement.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lnst/RecipeCommon/Perf/Measurements/BaseFlowMeasurement.py b/lnst/RecipeCommon/Perf/Measurements/BaseFlowMeasurement.py
index a8e9328..a798ca5 100644
--- a/lnst/RecipeCommon/Perf/Measurements/BaseFlowMeasurement.py
+++ b/lnst/RecipeCommon/Perf/Measurements/BaseFlowMeasurement.py
@@ -192,7 +192,7 @@ def time_slice(self, start, end):
         result_copy.receiver_cpu_stats = self.receiver_cpu_stats.time_slice(start, end)

         result_copy.generator_results = self.generator_results.time_slice(start, end)
-        result_copy.receiver_results = self.generator_results.time_slice(start, end)
+        result_copy.receiver_results = self.receiver_results.time_slice(start, end)

         return result_copy

--
2.30.0
_______________________________________________
LNST-developers mailing list -- lnst-developers@lists.fedorahosted.org
To unsubscribe send an email to lnst-developers-leave@lists.fedorahosted.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedorahosted.org/archives/list/lnst-developers@lists.fedorahosted.org