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
There should be a function (or maybe code to be called with source) to be run every time the an error is catch. And all 'continue's and warning inside the big loop should be replaced by an error since they are inside a try block now.
And instead of having the code at the end of the loop to clear the variables, replicated in al those places, a function would be better to manage.
The text was updated successfully, but these errors were encountered:
There should be a function (or maybe code to be called with source) to be run every time the an error is catch. And all 'continue's and warning inside the big loop should be replaced by an error since they are inside a try block now.
And instead of having the code at the end of the loop to clear the variables, replicated in al those places, a function would be better to manage.
The text was updated successfully, but these errors were encountered: