mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-14 19:18:41 +01: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