Closed hamletg closed 2 years ago
For some interesting reasons, there are Frames with an 'obj'. If added, an exception is thrown in the first line of Frame init:
class Frame: def __init__(self, tag): self.obj = tag.find("obj").text
So I added a test to make sure that only Frames with an 'obj' are considered.
PR merged. Thanks for your contribution.
For some interesting reasons, there are Frames with an 'obj'. If added, an exception is thrown in the first line of Frame init:
So I added a test to make sure that only Frames with an 'obj' are considered.