diff --git a/jdaviz/configs/imviz/plugins/aper_phot_simple/aper_phot_simple.py b/jdaviz/configs/imviz/plugins/aper_phot_simple/aper_phot_simple.py index d3538f0dd0..7a9768a6a9 100644 --- a/jdaviz/configs/imviz/plugins/aper_phot_simple/aper_phot_simple.py +++ b/jdaviz/configs/imviz/plugins/aper_phot_simple/aper_phot_simple.py @@ -1079,7 +1079,6 @@ def calculate_batch_photometry(self, options=[], add_to_table=True, update_plots update_plots=this_update_plots, **option) except Exception as e: - raise failed_iters.append(i) if full_exceptions: exceptions.append(e)