From e2be60017aa45c75ad4fe161487549b842fc74ce Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Wed, 17 Oct 2012 23:07:56 -0700 Subject: [PATCH] Pull RAC bits correctly in parse_tcas --- python/parse.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/parse.py b/python/parse.py index b76619a..353819c 100644 --- a/python/parse.py +++ b/python/parse.py @@ -395,6 +395,7 @@ class parse: 53: "DON'T TURN LEFT", 54: "DON'T TURN RIGHT"} rac_bits = {55: "DON'T DESCEND", 56: "DON'T CLIMB", 57: "DON'T TURN LEFT", 58: "DON'T TURN RIGHT"} ara = data["ara"] + rac = data["rac"] #check to see which bits are set resolutions = "" for bit in ara_bits: