Verschiebe die Errordatei falls doppelte Ids definiert wurden
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ call getpositions.bat --filename %1 -s -r -w %JSON_POS% -e %ERROR_DOUBLE%
|
|||||||
if exist "%PROJECT_WORK%\%ERROR_DOUBLE%" (
|
if exist "%PROJECT_WORK%\%ERROR_DOUBLE%" (
|
||||||
@echo -failed- given items with the same ids
|
@echo -failed- given items with the same ids
|
||||||
pause
|
pause
|
||||||
del "%PROJECT_WORK%\%ERROR_DOUBLE%"
|
move %PROJECT_WORK%\%ERROR_DOUBLE% %INSTALL_DIR%
|
||||||
goto :eof
|
goto :eof
|
||||||
)
|
)
|
||||||
if not exist "%PROJECT_WORK%\%JSON_POS%" (
|
if not exist "%PROJECT_WORK%\%JSON_POS%" (
|
||||||
|
|||||||
Reference in New Issue
Block a user