It seems the underlying exception from run_command changed, so a generic error of "No such file or directory" was being returned to the user. This catches the correct exception and returns a friendly error message like it used to.
run_command
Commit 83f0431b fixes this pull-request
Pull-Request has been merged by cqi
It seems the underlying exception from
run_commandchanged, so a generic error of "No such file or directory" was being returned to the user. This catches the correct exception and returns a friendly error message like it used to.