Ticket #1342 (closed defect: invalid)
grass.core.find_program() problem with ssh and other
| Reported by: | lucadelu | Owned by: | grass-dev@… |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.0.0 |
| Component: | Python | Version: | svn-trunk |
| Keywords: | python find_program | Cc: | |
| Platform: | Linux | CPU: | Unspecified |
Description
there are some program that print help message to stderr instead stdout and this return false instead true in grass.core.find_program().
With martin we see:
ssh --help
echo $?
255
instead
svn --help
echo $?
0
Change History
Note: See
TracTickets for help on using
tickets.
