Skip to content

Commit

Permalink
Merge branch 'main' into make-logs-user-friendly-810
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray authored Jun 25, 2024
2 parents 9e61bcf + fcac335 commit c58eb4a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ def wrapper(*args, stdout=None, stderr=None, **kwargs):
f"Action {f.__name__} completed in {time.monotonic() - start_time:.3f} s."
)

# run function and store result
action_context.result = f(action_context, *args, **kwargs)
return action_context

return wrapper
Expand Down

0 comments on commit c58eb4a

Please sign in to comment.