rust-lang / mdBook

Create book from markdown files. Like Gitbook but implemented in Rust
https://rust-lang.github.io/mdBook/
Mozilla Public License 2.0
18.37k stars 1.65k forks source link

Error in copy_files_except_ext #55

Closed azerupi closed 9 years ago

azerupi commented 9 years ago
[fn] copy_files_except_ext
[*] Loop
[*] "/home/azerupi/ECAM/PH20/src/ondes_mecaniques"
[*] is dir
An error occured:
File exists (os error 17)
azerupi commented 9 years ago

Forgot to check if the directory already existed before making it and calling recursively..

When fixed, need to add this case to the test