Skip to content

Commit

Permalink
debug image not saving
Browse files Browse the repository at this point in the history
huiminlim committed Jun 9, 2021
1 parent d49073b commit b52a702
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Mission_Status_Record.py
Original file line number Diff line number Diff line change
@@ -88,6 +88,8 @@ def create_mission_status_log(self):
def update_overall_mission_status_log(self, mission_name):
header = "Mission Name,Mission Status\n"

# TODO: Need to run overall check again for failure

# Check overall status - success or failure
outcome = ""
if self.has_failure:
1 change: 0 additions & 1 deletion Mission_Util.py
Original file line number Diff line number Diff line change
@@ -121,7 +121,6 @@ def setup_serial(port):

# No more start packet
if start_packet == b"":
is_downlink_complete = False
break

# Start packet received

0 comments on commit b52a702

Please sign in to comment.