Verschiebe die Errordatei falls doppelte Ids definiert wurden

This commit is contained in:
2025-07-01 15:34:12 +02:00
parent 72490df3c2
commit 6cffc9ae31
+1 -1
View File
@@ -28,7 +28,7 @@ call getpositions.bat --filename %1 -s -r -w %JSON_POS% -e %ERROR_DOUBLE%
if exist "%PROJECT_WORK%\%ERROR_DOUBLE%" (
@echo -failed- given items with the same ids
pause
del "%PROJECT_WORK%\%ERROR_DOUBLE%"
move %PROJECT_WORK%\%ERROR_DOUBLE% %INSTALL_DIR%
goto :eof
)
if not exist "%PROJECT_WORK%\%JSON_POS%" (