Skip to content

Commit

Permalink
improve warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanneBogart committed Jul 11, 2024
1 parent 260f7fe commit d2276b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skycatalogs/skyCatalogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def __init__(self, config, mp=False, skycatalog_root=None, verbose=False,
self._sso_sed_factory = SsoSedFactory(self._sso_sed_path)
if not self._sso_sed_factory:
self._logger.warning('SSO appear in the list of available object types but supporting files do not exist')
self._logger.warning('SSOs will not be present in object lists')
self._logger.warning('SSOs will not be simulated')
self._extinguisher = MilkyWayExtinction()

# Make our properties accessible to BaseObject, etc.
Expand Down

0 comments on commit d2276b7

Please sign in to comment.