From 5cb551b315be90352f1418ea681e96e3121a665d Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Fri, 13 Jul 2018 13:39:45 +0100 Subject: [PATCH] utils/parse_aep: Fix typo when retrieving initial timestamp --- devlib/utils/parse_aep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devlib/utils/parse_aep.py b/devlib/utils/parse_aep.py index 357ba4b..dd0ac00 100755 --- a/devlib/utils/parse_aep.py +++ b/devlib/utils/parse_aep.py @@ -343,7 +343,7 @@ class AepParser(object): # get 1st time stamp if begin <= 0: - being = data[0] + begin = data[0] # skip data before start if (data[0]-begin) < start: