Skip to content

Commit

Permalink
Fix flake8 whitespacde error
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wittgen committed Oct 20, 2023
1 parent 0da6b9b commit a81d551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/extensions/scarlet/scarletDeblendTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def computePsfKernelImage(mExposure, psfCenter):
psfModels = e.partialPsf
# Use only the bands that successfully generated a PSF image.
bands = psfModels.filters
mExposure = mExposure[bands,]
mExposure = mExposure[bands, ]
if len(bands) == 1:
# Only a single band generated a PSF, so the MultibandExposure
# became a single band ExposureF.
Expand Down

0 comments on commit a81d551

Please sign in to comment.