Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Sep 3, 2024
1 parent edab291 commit 7b8a1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion larch/xrmmap/xrm_mapfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2702,7 +2702,7 @@ def _getmca(self, dgroup, counts, name, npixels=None, **kws):
_mca.areaname = _mca.title = name
fname = Path(self.filename).name
_mca.filename = fix_filename(fname)
mca.info = f"Data from File '{self.filename}', detector '{dgroup}', area '{name}'"
_mca.info = f"Data from File '{self.filename}', detector '{dgroup}', area '{name}'"

return _mca

Expand Down

0 comments on commit 7b8a1b4

Please sign in to comment.