DUNE-DAQ / daq-buildtools

Make life for developers easier through a collection of CMake functions and scripts
0 stars 1 forks source link

Switch executable scripts from bash to Python #150

Closed jcfreeman2 closed 2 years ago

jcfreeman2 commented 3 years ago

Conceptually straightforward. Probably the main technical hurdle will be switching from direct calls to executables over to calls handled via the subprocess module, while preserving things like log output, environment variable checking, etc.