Merge pull request #63887 from qarmin/more_renames

Various converter enhancements and bugfixes
This commit is contained in:
Rémi Verschelde 2022-08-06 00:21:24 +02:00 committed by GitHub
commit 10f9f20849
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 716 additions and 1133 deletions

View file

@ -108,6 +108,8 @@ public:
if (da->remove(p_path) != OK) {
ERR_FAIL_MSG("Cannot remove file or directory: " + p_path);
}
} else {
ERR_FAIL_MSG("Cannot remove non-existent file or directory: " + p_path);
}
}