-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
TypeError is raised instead of CommandNotFound for missing executables #113
Comments
The output is not what I expected, and I was able to confirm that, but try entering the full path to "module" and tell me if that works: import sh
module = sh.Command("/path/to/module")
module() |
Ah, sorry I was probably a bit quick on reporting that bug. Actually, I hadn't realized but what I thought was an executable called
|
Yeah that's bug..it should be raising CommandNotFound. Glad you solved your other issue. I'll take a look at this |
fixed in 1.08 |
I have an executable in my
$PATH
namedmodule
. I can't seem to execute it withsh
. Here is the traceback:The text was updated successfully, but these errors were encountered: