From dc00e1c6ad9ba9bd0a06a2068e12b9de538853a8 Mon Sep 17 00:00:00 2001 From: canavarrete01 <100876091+canavarrete01@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:17:16 -0500 Subject: [PATCH] Fixed small typo --- scripts/ingests/Ingest_2MASS_J0415_09.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ingests/Ingest_2MASS_J0415_09.py b/scripts/ingests/Ingest_2MASS_J0415_09.py index f043a6da7..6a37b816a 100644 --- a/scripts/ingests/Ingest_2MASS_J0415_09.py +++ b/scripts/ingests/Ingest_2MASS_J0415_09.py @@ -20,7 +20,7 @@ #Load in Database db = load_astrodb("SIMPLE.sqlite", recreatedb=True, reference_tables=REFERENCE_TABLES) -Ingest data +# Ingest data ingest_publication( db, bibcode = "2012ApJ...760..151S"