From 759bfa204aece7327c17f4bb2d098a30e6b11963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Jacazio?= Date: Sat, 25 Nov 2023 11:43:28 +0100 Subject: [PATCH] Centrality: Fix run2 check --- Common/TableProducer/centralityTable.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Common/TableProducer/centralityTable.cxx b/Common/TableProducer/centralityTable.cxx index f983c187f54..1f6db94858f 100644 --- a/Common/TableProducer/centralityTable.cxx +++ b/Common/TableProducer/centralityTable.cxx @@ -156,6 +156,7 @@ struct CentralityTable { if (doprocessRun3) { LOGF(fatal, "Cannot enable Run2 tables in Run3 mode. Please check and disable them."); } + } else { if (doprocessRun2) { LOGF(fatal, "Cannot enable Run3 tables in Run2 mode. Please check and disable them."); }