Skip to content

Commit

Permalink
change info to warning in new tsnr log
Browse files Browse the repository at this point in the history
  • Loading branch information
akremin authored Mar 4, 2025
1 parent c35072a commit e5f5a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/desi_tsnr_afterburner
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ def main():
skymags_table = Table(rows=skymag_rows, names=colnames)
add_skymags_columns(tsnr2_expid_table,skymags_table)
else:
log.info("No sky magnitudes to append to table.")
log.warning("No sky magnitudes to append to table.")

gfa_table = None
gfa_nights = list()
Expand Down

0 comments on commit e5f5a1d

Please sign in to comment.