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
Experienced while trying call deirokay.validate() without providing a value for save_to. As in the source code, the save_to_fs variable is accessed regardless of the value in save_to (which defaults to None in the function definition) resulting in a NameError: free variable 'save_to_fs' referenced before assignment in enclosing scope. However, the "Getting started" example in the documentation somehow works without passing save_to.
Experienced while trying call
deirokay.validate()
without providing a value forsave_to
. As in the source code, thesave_to_fs
variable is accessed regardless of the value insave_to
(which defaults toNone
in the function definition) resulting in aNameError: free variable 'save_to_fs' referenced before assignment in enclosing scope
. However, the "Getting started" example in the documentation somehow works without passingsave_to
.deirokay/deirokay/validator.py
Lines 102 to 122 in 546e5d1
The text was updated successfully, but these errors were encountered: