Skip to content

Commit

Permalink
Use return from service properly
Browse files Browse the repository at this point in the history
  • Loading branch information
aftersomemath committed Feb 16, 2017
1 parent c4f35b2 commit 2a41733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/takeoff_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _receive_fc_status(self, data):
self.fc_status = data

def arm_callback(self, data):
self.arm_request_success = data
self.arm_request_success = data.success

def get_desired_command(self):
if self.canceled:
Expand Down

0 comments on commit 2a41733

Please sign in to comment.