Fix thinko in !929
!929 (merged) tries to access a pe_pipeline
field in the event dictionary, but it's a typo and should be accessing the pipeline
field (pe_pipeline
doesn't exist). It happened because there is a pe_pipeline
variable in the surrounding area, so this was just a thinko.
This will fix this sentry issue: https://sentry.io/organizations/ligo-caltech/issues/3779112323/?alert_rule_id=674292&alert_timestamp=1669843283162&alert_type=email&environment=playground&project=1425216&referrer=alert_email
Edited by Cody Messick