mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-25 10:48:18 +00:00
Remove reference to contrib/ in setup.py regen_pot_file
This commit is contained in:
2
setup.py
2
setup.py
@@ -422,7 +422,7 @@ try:
|
|||||||
# cannot use super() with old-style parent class
|
# cannot use super() with old-style parent class
|
||||||
babel.extract_messages.initialize_options(self)
|
babel.extract_messages.initialize_options(self)
|
||||||
self.output_file = 'po/picard.pot'
|
self.output_file = 'po/picard.pot'
|
||||||
self.input_dirs = 'contrib, picard'
|
self.input_dirs = 'picard'
|
||||||
if self.input_dirs and input_dirs_workaround:
|
if self.input_dirs and input_dirs_workaround:
|
||||||
self._input_dirs = self.input_dirs
|
self._input_dirs = self.input_dirs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user