diff --git a/fabfile.py b/fabfile.py index 86d8d4c..f5674ee 100644 --- a/fabfile.py +++ b/fabfile.py @@ -30,7 +30,7 @@ def checkmessages(): command = 'ls -1 locale/*/LC_MESSAGES/django.po | xargs -I {} msgfmt -c {}' for d in DIRS: _run(command, d) - + def pulltx(): print('\n### Pulling new translations from Transifex...')