mirror of https://github.com/milvus-io/milvus.git
Signed-off-by: yah01 <yang.cen@zilliz.com>pull/21915/head
parent
1ba8337d42
commit
5f30c8bc64
|
@ -170,7 +170,7 @@ LocalChunkManager::CreateDir(const std::string& dir) {
|
|||
boost::filesystem::path dirPath(dir);
|
||||
auto create_success = boost::filesystem::create_directories(dirPath);
|
||||
if (!create_success) {
|
||||
CreateFileException("create dir failed" + dir);
|
||||
throw CreateFileException("create dir failed" + dir);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue