Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions rc/control/daqinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down