Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rknop committed Jul 17, 2024
1 parent 7248806 commit 6eb0474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ def __repr__(self):
f"exp: {self.exp_time}s, "
f"filt: {self.filter_short}, "
f"from: {self.instrument}/{self.telescope} {self.section_id}, "
f"filepath: {self.filepath"
f"filepath: {self.filepath}"
)

output += ")"
Expand Down

0 comments on commit 6eb0474

Please sign in to comment.