Thanks to visit codestin.com
Credit goes to github.com

Skip to content

flite --version returns 1 instead of 0 #116

@zRichard564

Description

@zRichard564

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions