From 90187f9f4bf259b56b88c02ea9860596b32a75fe Mon Sep 17 00:00:00 2001 From: XANTRONIX Industrial Date: Sun, 30 Mar 2025 14:07:20 -0400 Subject: [PATCH] Ignore parsing short TTAA readings --- lib/xmet/raob.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xmet/raob.py b/lib/xmet/raob.py index c358f03..c1c8dc9 100644 --- a/lib/xmet/raob.py +++ b/lib/xmet/raob.py @@ -363,7 +363,7 @@ class RAOBObs(): # # Return None if there is no station identifier. # - if self.tokens[1][0:3] == 'NIL': + if self.tokens[1][0:3] == 'NIL' or len(self.tokens) < 5: return None timestamp = self.tokens[0]