Skip to content
Snippets Groups Projects
Commit 9f18eedb authored by Maria's avatar Maria Committed by Georgy Kirichenko
Browse files

Proper error handling for fio.mktree

Method fio.mktree is used to create given path unconditionally -
without checking if it was a directory or something else. This
led to inappropriate error messages or even inconsistent behavior.
Now check the type of a given path.

Closes #4439

(cherry picked from commit 8ccfc691)
parent 4a4df77f
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment