~martijnbraam/pyatem

3906589de4cfd14c5dffdd9e443b71f3a00611f1 — Martijn Braam 1 year, 6 months ago 8ba8611
pyatem: fix debug name for tally-source
1 files changed, 1 insertions(+), 1 deletions(-)

M pyatem/field.py
M pyatem/field.py => pyatem/field.py +1 -1
@@ 627,7 627,7 @@ class TallySourceField(FieldBase):
            offset += 3

    def __repr__(self):
        return '<tally-index: num={}, val={}>'.format(self.num, self.tally)
        return '<tally-source: num={}, val={}>'.format(self.num, self.tally)


class KeyOnAirField(FieldBase):