Skip to content

Commit 489e58f

Browse files
committed
flake8
1 parent 29c4614 commit 489e58f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

backend/src/tagung/plone/de/locales/update.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def _sync(domain: str):
6868

6969
def update_locale():
7070
for domain in domains:
71-
logger.info(f"Updating translations for {domain}")
72-
locale_folder_setup(domain)
73-
_rebuild(domain)
74-
_sync(domain)
71+
logger.info(f"Updating translations for {domain}")
72+
locale_folder_setup(domain)
73+
_rebuild(domain)
74+
_sync(domain)

0 commit comments

Comments
 (0)