Skip to content
New issue

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

flite --version returns 1 instead of 0 #116

Open
zRichard564 opened this issue Nov 7, 2024 · 0 comments
Open

flite --version returns 1 instead of 0 #116

zRichard564 opened this issue Nov 7, 2024 · 0 comments

Comments

@zRichard564
Copy link

When running flite --version, the return code is 1 (failure) instead of 0 even when the command runs successfully

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant