Skip to content

Commit 92b15ad

Browse files
committed
changed snytax
1 parent 72b1d4c commit 92b15ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jwst/badpix_selfcal/badpix_selfcal_step.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def process(self, input, selfcal_list=None, bkg_list=None):
128128
# apply the flags to the science data
129129
input_sci = badpix_selfcal.apply_flags(input_sci, bad_indices)
130130

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

0 commit comments

Comments
 (0)