Skip to content

Fix regex that excludes scans to be excluded based on their series descriptions in the Perl pipeline#1416

Open
nicolasbrossard wants to merge 1 commit intoaces:mainfrom
nicolasbrossard:excluded_regexes_dont_work
Open

Fix regex that excludes scans to be excluded based on their series descriptions in the Perl pipeline#1416
nicolasbrossard wants to merge 1 commit intoaces:mainfrom
nicolasbrossard:excluded_regexes_dont_work

Conversation

@nicolasbrossard
Copy link
Copy Markdown
Collaborator

Some scans are processed by the Perl pipeline even though it should have ignored them based on the value of the config setting excluded_series_description. This PR fixes the command that select the scans to process according to that setting.

Fixes #1415

@github-actions github-actions bot added the Language: Perl Issue or PR related to the Perl codebase label Apr 17, 2026
@nicolasbrossard nicolasbrossard added Complexity: Simple Issue or PR that should be simple to implement, review, or test Language: Perl Issue or PR related to the Perl codebase and removed Language: Perl Issue or PR related to the Perl codebase labels Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complexity: Simple Issue or PR that should be simple to implement, review, or test Language: Perl Issue or PR related to the Perl codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some scans are not ignored by the Perl pipeline even though their series description are in the excluded regex config settings

1 participant