Skip to content

Manage exception in load_run_values()

Laurent Mercadier requested to merge fix-run-values into master

Error appeared because, for performance, only the presence of the source but not the key is checked for each mnemonic. It can be that the source is there but the key is not, in this case an Exception is raised and must be caught.

Merge request reports