Skip to content
Merged
Show file tree
Hide file tree
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 spyder/plugins/updatemanager/scripts/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ exit %ERRORLEVEL%
timeout /t 1 /nobreak > nul
goto loop
)
echo Spyder is quit.
echo Spyder has quit.
goto :EOF

:update_subroutine
Expand Down
2 changes: 1 addition & 1 deletion spyder/plugins/updatemanager/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ while [[ $(pgrep spyder 2> /dev/null) ]]; do
sleep 1
done

echo "Spyder quit."
echo "Spyder has quit."

if [[ -e "$conda" && -d "$prefix" ]]; then
update_spyder
Expand Down