mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-14 16:01:30 -06:00
Updated Ghoul version
This commit is contained in:
@@ -260,8 +260,7 @@ bool OpenSpaceEngine::create(
|
||||
if (!FileSys.directoryExists(token)) {
|
||||
std::string p = absPath(token);
|
||||
LDEBUG("Directory '" << p << "' does not exist, creating.");
|
||||
if (!FileSys.createDirectory(p, true))
|
||||
LERROR("Directory '" << p << "' could not be created");
|
||||
FileSys.createDirectory(p, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user