feat/infer_dev_260107 #45
@@ -414,8 +414,6 @@ public class GukYuinApiService {
|
||||
reqDto.setChnDtctSno(String.valueOf(maxStage + 1));
|
||||
reqDto.setChnDtctId(info.getUid());
|
||||
reqDto.setPathNm("/kamco-nfs/dataset/export/" + info.getUid());
|
||||
|
||||
log.info("reqDto.setPathNm: {} ", Path.of("/kamco-nfs/dataset/export/" + reqDto.getPathNm()));
|
||||
log.info("Path of: {} ", Path.of("/kamco-nfs/dataset/export/" + info.getUid()));
|
||||
|
||||
if (Files.isDirectory(Path.of("/kamco-nfs/dataset/export/" + info.getUid()))) {
|
||||
|
||||
Reference in New Issue
Block a user