DUNE-DAQ / nanorc

2 stars 2 forks source link

Custom commands don't work #222

Closed JonathanHancock0 closed 8 months ago

JonathanHancock0 commented 9 months ago

Nanorc does not recognise custom commands that have been added to the configuration by inserting the appropriate JSONS into the directory. When running the commands, the CLI will return that they are not recognised. This can be traced back to an issue with type checking in cfgmgr line 181 (the code should look at the type() of the variable, not its value), but there is more to the issue that needs to be investigated.