Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
declare artifact_content variable to avoid reference before assignmen…
…t in case of exception (#1554) in case the content is not UTF-8 encoded an exception will be raised and artifact_content will never be assigned, this cause the task to fail with a misleading exception: `[local variable 'artifact_content' referenced before assignment]`, while it should be `Artifact {evidence.artifact_name} has empty content or not UTF-8 encoded`
- Loading branch information