guerinoni / qTsConverter

A simple tool to convert qt translation file (ts) to other format (xlsx / csv) and vice versa
MIT License
42 stars 16 forks source link

[BUG] CLI always exits with code 1 on success #63

Closed joernweissenborn closed 2 years ago

joernweissenborn commented 3 years ago

Describe the bug Even when successful, qTsConverter returns with 1 after conversion. Continuous integration don't like this.

To Reproduce Steps to reproduce the behavior:

  1. Do conversion in CLI mode
  2. look at exit code.

Expected behavior On successful conversion exit code 0 should be returned.

Additional context As mentioned, this is crucial for CI/CD integration.

guerinoni commented 3 years ago

I think last commit can fix this :) Thanks for issue