Skip to content

Commit

Permalink
fsf
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr committed Sep 9, 2024
1 parent 61de480 commit 4bfd1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Tools/autotest/autotest.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,7 @@ def run_tests(steps):
failed.append(step)
print(">>>> FAILED STEP: %s at %s (%s)" %
(step, time.asctime(), msg))
print(f"::error file=autotest.py::{msg}")
traceback.print_exc(file=sys.stdout)
results.add(step,
'<span class="failed-text">FAILED</span>',
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Parachute/AP_Parachute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const AP_Param::GroupInfo AP_Parachute::var_info[] = {
// @User: Standard
AP_GROUPINFO("CRT_SINK", 6, AP_Parachute, _critical_sink, AP_PARACHUTE_CRITICAL_SINK_DEFAULT),

// @Param: OPTIONS
// @Param: OPTIO
// @DisplayName: Parachute options
// @Description: Optional behaviour for parachute
// @Bitmask: 0:hold open forever after release,1:skip disarm before parachute release
Expand Down

0 comments on commit 4bfd1fc

Please sign in to comment.