Signed-off-by: 王德海 <wangdehai2@huawei.com>
Change-Id: I3a401902a566bf838684797626355884d181d1c2
This commit is contained in:
王德海 2024-08-07 10:30:48 +08:00
parent dd6a270ab4
commit f30fc58f3f

View File

@ -174,11 +174,10 @@ std::string RSGraphicTest::GetImageSavePath(const std::string path)
} else {
if (!fs::is_directory(imagePath)) {
LOGE("RSGraphicTestDirector path is not dir");
return;
}
}
retrun imagePath;
return imagePath;
}
} // namespace Rosen