You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update_requirements in the update script is called in a subshell, so if it errors out we don't notice, and proceed as if everything went fine. Error trapping should be improved to catch these cases. This is one of the causes of #169.
update_requirementsin the update script is called in a subshell, so if it errors out we don't notice, and proceed as if everything went fine. Error trapping should be improved to catch these cases. This is one of the causes of #169.