Skip to content
New issue

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

action: Remove *BaseAction.LogStart() function #417

Closed
wants to merge 1 commit into from

Conversation

obbardc
Copy link
Member

@obbardc obbardc commented Jul 11, 2023

The LogStart() function was manually called at the start of each Run() function for each action to print the initial log line for each action (to print the action name/description). Move this logic to the main loop so that we don't need to reply on an action to remember to call this function.

(cc @evelikov)

The LogStart() function was manually called at the start of each Run()
function for each action to print the initial log line for each action (to
print the action name/description). Move this logic to the main loop so
that we don't need to reply on an action to remember to call this function.

Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
@obbardc obbardc force-pushed the wip/obbardc/remove-LogStart branch from bc203b1 to f737e5c Compare July 11, 2023 15:40
@evelikov
Copy link

It's been a long day, yet I'm struggling to see how this MR is different from the one I've opened.

@obbardc
Copy link
Member Author

obbardc commented Jul 17, 2023

It's been a long day, yet I'm struggling to see how this MR is different from the one I've opened.

Sorry, long day for me also. Happy to close this and let you continue.

@obbardc obbardc closed this Jul 17, 2023
@obbardc obbardc deleted the wip/obbardc/remove-LogStart branch November 10, 2023 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants