Trim trailing newline from orphan files to delete
The trailing newline was actually causing the FileUtils.rm_rf() call to _look_ like it was working, but was in fact not deleting at all.
Showing
Please register or sign in to comment
The trailing newline was actually causing the FileUtils.rm_rf() call to _look_ like it was working, but was in fact not deleting at all.