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
The current definition of platform_data has a syntax error: it has def _target_platform_transition_impl(attr), but should be def _target_platform_transition_impl(settings, attr).
This is why we need to add tests. I'll look into setting that up this week.
The text was updated successfully, but these errors were encountered:
katre
added
bug
Something isn't working
P1
I'll work on this now. (Assignee required)
labels
Nov 1, 2023
The current definition of
platform_data
has a syntax error: it hasdef _target_platform_transition_impl(attr)
, but should bedef _target_platform_transition_impl(settings, attr)
.This is why we need to add tests. I'll look into setting that up this week.
The text was updated successfully, but these errors were encountered: