Skip to content

Commit

Permalink
Merge pull request #228 from lsst/tickets/DM-45299
Browse files Browse the repository at this point in the history
DM-45299: Revert DM-45023
  • Loading branch information
hsinfang committed Jul 17, 2024
2 parents cc69087 + 83071da commit 2c5e806
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/lsst/ap/association/packageAlerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ def run(self,

if self.config.doProduceAlerts:
self.produceAlerts(alerts, visit, detector)
self.producer.close()

if self.config.doWriteAlerts:
with open(os.path.join(self.config.alertWriteLocation, f"{visit}_{detector}.avro"), "wb") as f:
Expand Down

0 comments on commit 2c5e806

Please sign in to comment.