Closed joelgoop closed 10 years ago
get_cygwin_path is called before job creation which generates ValueError instead of TargetNotFoundError.
get_cygwin_path
ValueError
TargetNotFoundError
get_cygwin_path does not need to check if path exists. It's name does not imply that the path must exist, and cygpath is fine with non-existing paths.
Fixed in 2016ad0.
get_cygwin_path
is called before job creation which generatesValueError
instead ofTargetNotFoundError
.