DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
env.py
Go to the documentation of this file.
1import os.path
2
3
5 """
6 Gets the moo model path.
7 """
8 return [os.path.join(p, 'schema') for p in os.environ.get("DUNEDAQ_SHARE_PATH", "").split(':')]
9
10
get_moo_model_path()
Definition env.py:4