Skip to content

Commit b52a702

Browse files
committed
debug image not saving
1 parent d49073b commit b52a702

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Mission_Status_Record.py

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ def create_mission_status_log(self):
8888
def update_overall_mission_status_log(self, mission_name):
8989
header = "Mission Name,Mission Status\n"
9090

91+
# TODO: Need to run overall check again for failure
92+
9193
# Check overall status - success or failure
9294
outcome = ""
9395
if self.has_failure:

Mission_Util.py

-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def setup_serial(port):
121121

122122
# No more start packet
123123
if start_packet == b"":
124-
is_downlink_complete = False
125124
break
126125

127126
# Start packet received

0 commit comments

Comments
 (0)