|
@@ -168,7 +168,6 @@ public class TaskDomainService {
|
|
runResultFilePath + "/output_trafficLight.csv",
|
|
runResultFilePath + "/output_trafficLight.csv",
|
|
runResultFilePath + "/output_driverCtrl.csv",
|
|
runResultFilePath + "/output_driverCtrl.csv",
|
|
runResultFilePath + "/trajectory.txt"
|
|
runResultFilePath + "/trajectory.txt"
|
|
-
|
|
|
|
);
|
|
);
|
|
for (String csvResultFileMinioPath : csvResultFilePaths) {
|
|
for (String csvResultFileMinioPath : csvResultFilePaths) {
|
|
if (!MinioUtil.isObjectExist(minioClient, bucketName, csvResultFileMinioPath)) {
|
|
if (!MinioUtil.isObjectExist(minioClient, bucketName, csvResultFileMinioPath)) {
|