actinia-org / actinia-module-plugin

Contains actinia module self-description and process-chain-template management and processing
Apache License 2.0
2 stars 3 forks source link

Catch KeyError #18

Closed mmacata closed 2 years ago

mmacata commented 2 years ago

This PR catches the error when a template is stored but can not be read correctly. Whether the the content of the file is valid JSON was already checked before. If it is valid but doesn't contain certain keys, a KeyError was thrown. This PR catches it.