This commit is contained in:
2024-11-13 07:54:18 -07:00
parent c51cf30f59
commit 6a9f65a522
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -400,7 +400,6 @@ function handleLogoutAllUsers() {
function handleCheckEspIdf() { function handleCheckEspIdf() {
if [ ! -z $IDF_PYTHON_ENV_PATH ]; then if [ ! -z $IDF_PYTHON_ENV_PATH ]; then
writeToLog "FAIL: Sanity check failed!\n\tesp-idf environment varibles found!\n\tPelase run from a fresh termnal that has not had get_idf ran!\n\tExiting\n" writeToLog "FAIL: Sanity check failed!\n\tesp-idf environment varibles found!\n\tPelase run from a fresh termnal that has not had get_idf ran!\n\tExiting\n"
exit
else else
writeToLog "Sanity check: Environment correct\n\tNo esp-idf environment variables found, proceeding\n" writeToLog "Sanity check: Environment correct\n\tNo esp-idf environment variables found, proceeding\n"
fi fi
+1 -1
View File
@@ -1 +1 @@
61-rc2.3 61-rc2.4