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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

px_process_events: fix empty base path being a list #22570

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

MaEtUgR
Copy link
Member

@MaEtUgR MaEtUgR commented Dec 19, 2023

Solved Problem

After merging #22551 I was informed by @dagar that the additional CI command make extract_events which only runs on the main branch fails 馃槵

I actually tested an empty base path but in between testing and pushing I changed the base-path parameter to a single string instead of a list, forgot to adjust the default and didn't test again. Sorry for that.

Solution

Adapt parameter to return an empty string instead of an empty string in a list after changing it to a single argument instead of multiple.

Changelog Entry

Bugfix: CI events generation base path mistake

Test coverage

I ran the command locally and verified the path was processed like before the change.

This make `make extract_events` fail in CI that only runs on the
main branch and hence I wasn't aware of.
@MaEtUgR MaEtUgR self-assigned this Dec 19, 2023
@MaEtUgR MaEtUgR changed the title px_process_events: fix no base path being a list px_process_events: fix empty base path being a list Dec 19, 2023
@MaEtUgR MaEtUgR merged commit 8da106d into main Dec 19, 2023
89 of 90 checks passed
@MaEtUgR MaEtUgR deleted the events-no-basepath-fix branch December 19, 2023 09:04
@MaEtUgR
Copy link
Member Author

MaEtUgR commented Dec 19, 2023

image

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.

None yet

1 participant