Skip to content

Check if dir exists before cleaning its content

Zeger-Jan van de Weg requested to merge zj-cleanwalk-dir-non-existing into master

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

Merge request reports