Skip to content

Commit 3549522

Browse files
Suppress caRepeater delete message
1 parent 9563b05 commit 3549522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation_and_upgrade/remove_genie_python.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if exist "%remove_genie_python_path%" (
1414
echo.%remove_genie_python_path% | findstr /C:"Python_Build_">nul && (
1515

1616
REM if caRepeater is running we can't remove directory
17-
del /f "%remove_genie_python_path%\CaRepeater.exe"
17+
del /f "%remove_genie_python_path%\CaRepeater.exe" >NUL 2>&1
1818
if exist "%remove_genie_python_path%\CaRepeater.exe" taskkill /f /im CaRepeater.exe
1919

2020
REM Deletes directory tree + quiet.

0 commit comments

Comments
 (0)