From ecbcf453f20a8a28a49c3ad8c233aa92138874ee Mon Sep 17 00:00:00 2001 From: Eric Flumerfelt Date: Mon, 10 Aug 2026 15:18:12 -0500 Subject: [PATCH] Remove the check for the ARTDAQ_LOG_FHICL environment variable, as it gets set later in manage_processes_direct.py. swig_python is configured locally with static FHiCL. --- rc/control/daqinterface.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/rc/control/daqinterface.py b/rc/control/daqinterface.py index be93b2f..cb0293a 100755 --- a/rc/control/daqinterface.py +++ b/rc/control/daqinterface.py @@ -67,17 +67,6 @@ # that artdaq-mfextensions is as well messagefacility_fhicl_filename = obtain_messagefacility_fhicl(True) - if ( - not "ARTDAQ_LOG_FHICL" - in os.environ - # or os.environ["ARTDAQ_LOG_FHICL"] != messagefacility_fhicl_filename - ): - raise Exception( - make_paragraph( - "Although the swig_artdaq python module is available, it needs the environment variable ARTDAQ_LOG_FHICL to point to %s" - % (messagefacility_fhicl_filename) - ) - ) except ImportError: pass # Users shouldn't need to worry if their installations don't yet have