Merge pull request #63586 from akien-mga/editor-paths-create-export_templates

This commit is contained in:
Rémi Verschelde 2022-07-28 22:39:25 +02:00 committed by GitHub
commit 8cb51a642e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,8 +153,8 @@ EditorPaths::EditorPaths() {
}
}
if (!dir->dir_exists("templates")) {
dir->make_dir("templates");
if (!dir->dir_exists("export_templates")) {
dir->make_dir("export_templates");
}
}