Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion installation_and_upgrade/remove_genie_python.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if exist "%remove_genie_python_path%" (
echo.%remove_genie_python_path% | findstr /C:"Python_Build_">nul && (

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

REM Deletes directory tree + quiet.
Expand Down
Loading