Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jemorrison committed Nov 22, 2024
1 parent 819eff2 commit 03a9ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwst/badpix_selfcal/badpix_selfcal_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def process(self, input, selfcal_list=None, bkg_list=None):
# apply the flags to the science data
input_sci = badpix_selfcal.apply_flags(input_sci, bad_indices)

self.log.info(f"Number of new bad pixels flagged: " {len(bad_indices[0])}")
self.log.info(f"Number of new bad pixels flagged: {len(bad_indices[0])}")
# apply the flags to the background data to be passed to background sub step
if len(bkg_list) > 0:
for i, background_model in enumerate(bkg_list):
Expand Down

0 comments on commit 03a9ba2

Please sign in to comment.