Skip to content

Commit

Permalink
fix reference to throughputs version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanneBogart committed Jul 24, 2024
1 parent 23a74ae commit 820aa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skycatalogs/sso_catalog_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def create_sso_flux_catalog(self):
self._flux_template = sso_config['flux_file_template']
self._main_template = sso_config['file_template']

thru_v = {'lsst_throughputs_version': self._catalog_creator._cat._lsst_thru_v}
thru_v = {'lsst_throughputs_version': self._cat._lsst_thru_v}
file_metadata = assemble_file_metadata(
self._catalog_creator._pkg_root,
run_options=self._catalog_creator._run_options,
Expand Down

0 comments on commit 820aa6c

Please sign in to comment.