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 self._keys_lookup and self._len attributes don't get set (any others? scroll down to check). They should be set in any case, possibly before that if-branch so that conditional initialization doesn't bite us again.
The text was updated successfully, but these errors were encountered:
ReadOnlyDirectory has a few attributes that usually get filled with meaningful values when
fSeekKeys != 0
. But in that special case:uproot5/src/uproot/reading.py
Lines 1405 to 1407 in 914dd25
the
self._keys_lookup
andself._len
attributes don't get set (any others? scroll down to check). They should be set in any case, possibly before thatif
-branch so that conditional initialization doesn't bite us again.The text was updated successfully, but these errors were encountered: