diff --git a/runner17/Release/smokeBox.exe b/runner17/Release/smokeBox.exe index 51a2238..3022dd8 100644 Binary files a/runner17/Release/smokeBox.exe and b/runner17/Release/smokeBox.exe differ diff --git a/runner17/Release/user/smokeInfo.xlsx b/runner17/Release/user/smokeInfo.xlsx deleted file mode 100644 index c6ccc72..0000000 Binary files a/runner17/Release/user/smokeInfo.xlsx and /dev/null differ diff --git a/src/SmokeBoxIdentification.cpp b/src/SmokeBoxIdentification.cpp index 86f2447..d06b858 100644 --- a/src/SmokeBoxIdentification.cpp +++ b/src/SmokeBoxIdentification.cpp @@ -524,7 +524,7 @@ void SmokeBoxIdentification::calculate(int stocketID) QString filePath = dataSaveFolder + QString("\\%1_error.PNG") .arg(stocket.smokeTypeNum); m_pCategoryMatcher->saveResultsImage(filePath); - m_stocketList[stocketID].imagesPathList.append(filePath); + m_stocketList[stocketID].imagesPathList.append(filePath.right(filePath.length()-1)); } } else