From 774013cf46f494cdf7421eadf4926678c9a8a7f3 Mon Sep 17 00:00:00 2001 From: Tito Dal Canton Date: Thu, 15 Feb 2024 18:27:47 +0100 Subject: [PATCH] Fix --- bin/pycbc_live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pycbc_live b/bin/pycbc_live index 38e06226212..535c6b254bb 100755 --- a/bin/pycbc_live +++ b/bin/pycbc_live @@ -650,7 +650,7 @@ class LiveEventManager(object): comment = ( 'Trigger produced as a {0} single.
' 'Detectors used for FAR calculation: {0}.
' - 'Detectors used for localization: {2}.' + 'Detectors used for localization: {1}.' ) comment = comment.format(ifo, ppdets(followup_ifos))