Commit f750743
frontend.py: Fix function argument
Previosly in function was passed raw value 'self.ignore_dirs', not a list as expected 'ignore_dirs'.
Fixes for python-babel#8321 parent e0d1018 commit f750743
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
461 | | - | |
| 461 | + | |
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
| |||
0 commit comments