Closed jcfreeman2 closed 1 month ago
https://github.com/DUNE-DAQ/drunc/blob/develop/src/drunc/process_manager/process_manager_driver.py#L93C1-L108C1 We can make an exception, yes. To fix the problem here, is DBT_INSTALL_DIR
setup by dbt-setup-release
?
This has been fixed here: https://github.com/DUNE-DAQ/drunc/pull/271
Basically, if you try, e.g., running
drunc-unified-shell
after setting up the environment viadbt-setup-release
rather than via a work area, you'll get this warning:and then several paragraphs worth of complaints ending in failure. Is there a use case where we'd want to run without an environment script for the processes? If not, this should be an error causing an exit rather than just a warning.