Skip to content

Commit

Permalink
test_intl: add output message when (re)write of .mo file occurs
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Jul 23, 2023
1 parent aabcda9 commit 5924a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_intl.py
Expand Up @@ -57,6 +57,7 @@ def _setup_intl(app_params):

if not mo.exists() or mo.stat().st_mtime < po.stat().st_mtime:
# compile .mo file only if needed
print(f'# compiling .mo file {mo}')
write_mo(mo, read_po(po))


Expand Down

0 comments on commit 5924a4d

Please sign in to comment.