Check if dir exists before cleaning its content
The cleanWalk didn't check if the directory actually existed. That created an error message, while it really isn't an error. This change checks if the error is just telling us the dir isn't present.
Noted in: !1366 (comment 204037125)
Closes #1864 (closed)
Edited by GitLab Release Tools Bot