Skip to content

Commit

Permalink
Correct attribute in returm.
Browse files Browse the repository at this point in the history
  • Loading branch information
aferte committed Feb 29, 2024
1 parent 8fb4874 commit c255fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/obs/fiberspectrograph/spectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def getInfo(self):
def getMetadata(self):
"""Get the spectrum metadata."
"""
return self.md
return self.metadata

def getFilter(self):
"""Get filter label."
Expand Down

0 comments on commit c255fbc

Please sign in to comment.