Merge pull request #63586 from akien-mga/editor-paths-create-export_templates
This commit is contained in:
commit
8cb51a642e
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue