Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Cordoba <[email protected]>
  • Loading branch information
mrclary and ccordoba12 authored Nov 7, 2024
1 parent c10c87a commit 2d944f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installers-conda/resources/post-install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if "%INSTALLER_UNATTENDED%"=="1" set no_launch_spyder=true
@echo INSTALLER_UNATTENDED = %INSTALLER_UNATTENDED%
@echo no_launch_spyder = %no_launch_spyder%
if defined no_launch_spyder (
@echo Installing in CI or silent mode, do not launch Spyder
@echo Installing in silent mode, do not launch Spyder
exit /b %errorlevel%
) else (
@echo Launching Spyder after install completed.
Expand Down
2 changes: 1 addition & 1 deletion installers-conda/resources/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ echo "*** Post install script for ${INSTALLER_NAME} complete"

# ---- Launch Spyder
if [[ -n "$CI" || "$INSTALLER_UNATTENDED" == "1" || "$COMMAND_LINE_INSTALL" == "1" ]]; then
echo Installing in CI or batch mode, do not launch Spyder
echo Installing in batch mode, do not launch Spyder
exit 0
fi

Expand Down

0 comments on commit 2d944f5

Please sign in to comment.