Use function to extract data
Instead of
data = data[val == attrval]
we should use
data = self._select(data, turns, turn)
that checks if data
is not empty.
Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.
Instead of
data = data[val == attrval]
we should use
data = self._select(data, turns, turn)
that checks if data
is not empty.