bugfix on iteration and returning master file

This commit is contained in:
froejdh_e
2024-11-28 21:14:40 +01:00
parent 0df8e4bb7d
commit 115dfc0abf
4 changed files with 6 additions and 6 deletions

View File

@ -34,7 +34,7 @@ class RawFile(_aare.RawFile):
Returns:
RawMasterFile: Master file.
"""
return super().master()
return super().master
def __len__(self) -> int:
"""Return the number of frames in the file.