Skip to content

Commit

Permalink
Fix ext
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Oct 24, 2024
1 parent 6c47fcd commit f021549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glass/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def write(
def write_catalog(
filename: pathlib.Path,
*,
ext: str | None = None,
ext: str = "",
) -> collections.abc.Generator[_FitsWriter]:
"""
Write a catalogue into a FITS file.
Expand Down

0 comments on commit f021549

Please sign in to comment.