Skip to content

Commit

Permalink
Typo 'catalgid'
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Way committed Aug 18, 2024
1 parent 3b888cd commit 2010f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/target_selection/sdss_id/append_to_sdss_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def create_temp_catalogid_lists(self, database, output_name):
elif row.version_id == 31:
TempCatalogidV31.insert(catalogid31=row.catalogid).execute()
else:
target_input_query = (Catalog.select(Catalog.catalgid, Catalog.version_id)
target_input_query = (Catalog.select(Catalog.catalogid, Catalog.version_id)
.join(Target,
on=(Catalog.catalogid == Target.catalogid))
.join(SdssIdFlat, join_type=JOIN.LEFT_OUTER,
Expand Down

0 comments on commit 2010f27

Please sign in to comment.