Skip to content

Commit

Permalink
Fix package root issues when rebuilding pot files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jone committed Feb 6, 2014
1 parent 0bb22fc commit 7805355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftw/recipe/translations/i18ntools.py
Expand Up @@ -39,7 +39,7 @@ def rebuild_pot(package_root, package_dir, domain, potpath, manual, content):
'merge_fn': manual,
'merge2_fn': content})

with chdir(package_dir):
with chdir(package_root):
i18ndude.script.rebuild_pot(arguments)


Expand Down

0 comments on commit 7805355

Please sign in to comment.