Skip to content

Commit

Permalink
Merge pull request #918 from mperrin/minor_fix_debug_msg
Browse files Browse the repository at this point in the history
trivial fix to string formatting for a debug message
  • Loading branch information
obi-wan76 authored Sep 27, 2024
2 parents 06ef8f7 + 4715903 commit 4e04465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webbpsf/webbpsf_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ def aperturename(self, value):
if not has_custom_pixelscale:
self.pixelscale = self._get_pixelscale_from_apername(self._aperturename)
_log.debug(
f'Pixelscale updated to {self.pixelscale}',
f'Pixelscale updated to {self.pixelscale}' +
f'based on average X+Y SciScale at SIAF aperture {self._aperturename}'
)

Expand Down

0 comments on commit 4e04465

Please sign in to comment.