@@ -17,6 +17,11 @@ function check_installed_python() {
return
fi
if[ -z ${PYTHON}];then
echo"No usable python found. Please make sure to have python3.6 or python3.7 installed"
exit1
fi
}
function updateenv (){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.