From f50d96e04c871e84b8a388594e7eb62299f2e67d Mon Sep 17 00:00:00 2001 From: Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:47:53 +0200 Subject: [PATCH] Remove obvious comment --- k4FWCore/scripts/k4run | 2 -- 1 file changed, 2 deletions(-) diff --git a/k4FWCore/scripts/k4run b/k4FWCore/scripts/k4run index a24315bd..e9a65c4d 100755 --- a/k4FWCore/scripts/k4run +++ b/k4FWCore/scripts/k4run @@ -230,9 +230,7 @@ def main(): c = gaudimain() if not opts.dry_run: if not opts.disableROOTBatchMode: - # ensure ROOT runs in batch mode from ROOT import gROOT - gROOT.SetBatch(True) # Do the real processing