fix
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
@ -135,7 +135,7 @@ public:
|
|||||||
if (not utils::file::file(to_file_path).remove()) {
|
if (not utils::file::file(to_file_path).remove()) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
} else if (utils::file::directory(to_file_path).exists()) ||
|
} else if (utils::file::directory(to_file_path).exists() ||
|
||||||
utils::file::file(to_file_path).exists()) {
|
utils::file::file(to_file_path).exists()) {
|
||||||
errno = EEXIST;
|
errno = EEXIST;
|
||||||
return -1;
|
return -1;
|
||||||
|
Reference in New Issue
Block a user