Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Nov 16, 2024
1 parent bc13681 commit 1ba1b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mdpo/md2po2md/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def run(args=frozenset()):
exitcode = 4

if opts.no_empty_msgstr and empty:
exitcode = 4
exitcode = 5

if not opts.quiet:
sys.stderr.write(
Expand Down

0 comments on commit 1ba1b26

Please sign in to comment.