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
It appears the issue below is occurs when the extract_defaults() function is attempting to parse a function body instead of the function signature. This check will need to be improved to ensure we only work with signatures to avoid these issues.
It appears the issue below is occurs when the
extract_defaults()
function is attempting to parse a function body instead of the function signature. This check will need to be improved to ensure we only work with signatures to avoid these issues.This errors on a following line in PeaceFounderAdmin:
Here
Mapper
is imported from PeaceFounder andBRAID_CHAIN
is a global mutable variable there initialized at runtime. The full error is as follows:Originally posted by @JanisErdmanis in #190 (comment)
The text was updated successfully, but these errors were encountered: