mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-11 06:47:14 +02:00
bugfix on iteration and returning master file
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user