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
finally block in dond (here) relies on a parameter from try block.
This results in an UnboundLocalError when the exception happens before datasavers is assigned.
finally
block indond
(here) relies on a parameter from try block.This results in an
UnboundLocalError
when the exception happens beforedatasavers
is assigned.The text was updated successfully, but these errors were encountered: