We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
.The text was updated successfully, but these errors were encountered: