Manage exception in load_run_values()
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.