We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running flite --version, the return code is 1 (failure) instead of 0 even when the command runs successfully
flite --version
1
0
Testing:
~ flite --version Carnegie Mellon University, Copyright (c) 1999-2016, all rights reserved version: flite-2.3-current Mar 2022 (http://cmuflite.org) ~ echo $? 1
(expected output is 0) eg.
~ python --version Python 3.11.7 ~ echo $? 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running
flite --version
, the return code is1
(failure) instead of0
even when the command runs successfullyTesting:
(expected output is 0)
eg.
The text was updated successfully, but these errors were encountered: