Implement directory filter for extract by akx · Pull Request #832 · python-babel/babel

akx and others added 2 commits

January 27, 2022 18:58
Co-authored-by: Kinshuk Dua <kinshukduaexam@gmail.com>

kinshukdua

@akx akx deleted the extract-ignore-dirs branch

January 28, 2022 11:50

@akx akx mentioned this pull request

Jan 28, 2022

m-aciek added a commit to m-aciek/babel that referenced this pull request

Jan 29, 2023

akx pushed a commit that referenced this pull request

Feb 3, 2023

@akx akx mentioned this pull request

Oct 1, 2023

Edwin18 added a commit to Edwin18/babel that referenced this pull request

Dec 22, 2023
Previosly in function was passed raw value 'self.ignore_dirs', not a list as expected 'ignore_dirs'.

Fixes for python-babel#832

Edwin18 added a commit to Edwin18/babel that referenced this pull request

Dec 22, 2023

akx pushed a commit to Edwin18/babel that referenced this pull request

Apr 15, 2024
Previosly in function was passed raw value 'self.ignore_dirs', not a list as expected 'ignore_dirs'.

Fixes for python-babel#832

akx pushed a commit to Edwin18/babel that referenced this pull request

Apr 15, 2024

akx pushed a commit to Edwin18/babel that referenced this pull request

Jul 11, 2024

akx pushed a commit that referenced this pull request

Jul 11, 2024
Adds multiple value for proper test.

Follows up on #832