Skip to content

Commit c9b8999

Browse files
committed
Clean up log for processing inversions
1 parent 7d15d47 commit c9b8999

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jwst/master_background/master_background_mos_step.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ def _calc_master_background(self, data, user_background=None, sigma_clip=3, medi
314314

315315
# Disable logs for the second time through
316316
log.info(
317-
"Inverting corrections for background data "
318-
"(photom, barshadow, pathloss, and flat_field)"
317+
"Inverting photom, barshadow, pathloss, and flat_field "
318+
"corrections for background data "
319319
)
320320
with disable_logging(level=logging.WARNING):
321321
mb_multislit = self.photom.run(mb_multislit)

0 commit comments

Comments
 (0)