DUNE-DAQ / drunc

Dune RUN Control (DRUNC) is the run control for the DUNE experiment
1 stars 1 forks source link

Run type can only be prod or test #251

Closed plasorak closed 1 month ago

plasorak commented 1 month ago

https://github.com/DUNE-DAQ/drunc/blob/008c6024cd0c74dfe24e1ecc555752fa6ad5019c/src/drunc/fsm/actions/usvc_provided_run_number.py#L23

This function should be updated to only accept prod or test.

plasorak commented 1 month ago

Fixed in https://github.com/DUNE-DAQ/drunc/pull/253