Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Nov 16, 2024
1 parent 2f189d6 commit f5dcd77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mdpo/md2po/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ def run(args=frozenset()):
sys.stderr.write(
f'Found obsolete entry at {location}\n')
exitcode = 3

if opts.no_fuzzy:
locations = list(check_fuzzy_entries_in_filepaths(
(opts.po_filepath,),
Expand All @@ -271,6 +272,7 @@ def run(args=frozenset()):
f'Found fuzzy entry at {location}\n',
)
exitcode = 4

if opts.no_empty_msgstr:
for entry in pofile:
if not entry.msgstr:
Expand Down

0 comments on commit f5dcd77

Please sign in to comment.