]> granicus.if.org Git - python/commit
If the executable doesn't exist, there's no reason to try to start it.
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 29 Jul 2006 20:20:52 +0000 (20:20 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 29 Jul 2006 20:20:52 +0000 (20:20 +0000)
commit175001db9e29c32a57dba9f8b3387f729d7f84a7
tree1d24820d223c4fb8990aa070831fbc24015f75b2
parentabd51a358561b52d4d9ddc75b82b9749a3aba55a
If the executable doesn't exist, there's no reason to try to start it.
This prevents garbage about command not found being printed on Solaris.
Lib/uuid.py