Skip to content

Commit 4f3fd21

Browse files
committed
pep8
1 parent 25065b9 commit 4f3fd21

File tree

1 file changed

+3
-3
lines changed
  • django_babel/management/commands

1 file changed

+3
-3
lines changed

django_babel/management/commands/babel.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ def handle_makemessages(self, **options):
7272

7373
for locale in locales:
7474
cmd = ['pybabel', 'update', '-D', domain,
75-
'-i', potfile,
76-
'-d', os.path.relpath(path),
77-
'-l', locale]
75+
'-i', potfile,
76+
'-d', os.path.relpath(path),
77+
'-l', locale]
7878
call(cmd)
7979

8080
def handle_compilemessages(self, **options):

0 commit comments

Comments
 (0)