Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
john-psina committed Jul 6, 2024
1 parent 8babd24 commit 6c52eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel/messages/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ def finalize_options(self):

ignore_dirs = listify_value(self.ignore_dirs)
if ignore_dirs:
self.directory_filter = _make_directory_filter(self.ignore_dirs)
self.directory_filter = _make_directory_filter(ignore_dirs)
else:
self.directory_filter = None

Expand Down

0 comments on commit 6c52eab

Please sign in to comment.