zinga (Patrick Zingerle)
- Login: zinga
- Registered on: 11/03/2016
- Last sign in: 11/03/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/03/2016
-
10:21 AM Ruby Bug #12892 (Closed): FileUtils::cp_r() raises RuntimeError "unknown file type" instead of Errno::ENOENT "No such file or directory" for non-existent source path
- In Ruby 1.9.3 both FileUtils.cp(src, dst) and FileUtils.cp_r(src, dst) raised Errno::ENOENT "No such file or directory" for a non-existent src path (which is correct behaviour imho).
At least since Ruby 2.1.0 FileUtils.cp_r(src, dst) ...