DUNE-DAQ / nanorc

2 stars 2 forks source link

Fixes custom commands #223

Closed JonathanHancock0 closed 8 months ago

JonathanHancock0 commented 9 months ago

Custom commands were broken, presumably due to a change in the config structure. The code has been updated to match the current structure. It is no longer necessary to make two jsons to enable a custom command. For example, where previously record.json and data/trigger_record.json were needed, now only data/trigger_record.json should be added to the config.

Closes #222