Skip to content

Conversation

humitos
Copy link
Member

@humitos humitos commented Aug 14, 2025

In [3]: dict(Feature.FEATURES)
---------------------------------------------------------------------------
ValueError                                Traceback (most recent call last)
Cell In[3], line 1
----> 1 dict(Feature.FEATURES)

ValueError: dictionary update sequence element #2 has length 4; 2 is required

The object got malformed in
#12327

```
In [3]: dict(Feature.FEATURES)
---------------------------------------------------------------------------
ValueError                                Traceback (most recent call last)
Cell In[3], line 1
----> 1 dict(Feature.FEATURES)

ValueError: dictionary update sequence element #2 has length 4; 2 is required
```

The object got malformed in
#12327
@humitos humitos requested a review from a team as a code owner August 14, 2025 08:16
@humitos humitos requested a review from stsewd August 14, 2025 08:16
Copy link
Member

@ericholscher ericholscher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird it didn't hit a lint failure, but I guess it's still valid.

@humitos
Copy link
Member Author

humitos commented Aug 14, 2025

yeah, tuples behave weirdly 🤷🏼

@humitos humitos merged commit 5b25fdb into main Aug 14, 2025
7 checks passed
@humitos humitos deleted the humitos/fix-features-object branch August 14, 2025 08:45
stsewd pushed a commit that referenced this pull request Aug 14, 2025
```
In [3]: dict(Feature.FEATURES)
---------------------------------------------------------------------------
ValueError                                Traceback (most recent call last)
Cell In[3], line 1
----> 1 dict(Feature.FEATURES)

ValueError: dictionary update sequence element #2 has length 4; 2 is required
```

The object got malformed in
#12327
agjohnson pushed a commit that referenced this pull request Aug 17, 2025
```
In [3]: dict(Feature.FEATURES)
---------------------------------------------------------------------------
ValueError                                Traceback (most recent call last)
Cell In[3], line 1
----> 1 dict(Feature.FEATURES)

ValueError: dictionary update sequence element #2 has length 4; 2 is required
```

The object got malformed in
#12327
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants