jeinarsson / josync

josync.readthedocs.org
MIT License
0 stars 0 forks source link

Missing target generates `ValueError` #28

Closed joelgoop closed 10 years ago

joelgoop commented 10 years ago

get_cygwin_path is called before job creation which generates ValueError instead of TargetNotFoundError.

jeinarsson commented 10 years ago

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.

joelgoop commented 10 years ago

Fixed in 2016ad0.