Open iamlogand opened 6 months ago
It should be possible to create an action log with only create_action_log("personal_revenue", None, None), where the arguments are:
create_action_log("personal_revenue", None, None)
This function can assume that the index of the action log is the index of the last action log + 1, and the step is the latest step.
There should also be a higher-level version called create_action_log_and_message, similar to the existing helper called create_step_and_message.
create_action_log_and_message
create_step_and_message
It should be possible to create an action log with only
create_action_log("personal_revenue", None, None)
, where the arguments are:This function can assume that the index of the action log is the index of the last action log + 1, and the step is the latest step.
There should also be a higher-level version called
create_action_log_and_message
, similar to the existing helper calledcreate_step_and_message
.