Skip to content

Commit

Permalink
Typing
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Feb 4, 2024
1 parent 920b71f commit 5c9478e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lvmguider/coadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ def coadd_from_spec_frame(
"""

outpath = outpath or config["coadds"]["paths"]["coadd_spec_path"]
assert isinstance(outpath, str)

file = pathlib.Path(file)
if not file.exists():
Expand Down

0 comments on commit 5c9478e

Please sign in to comment.