From 67ebf44536f681e71be3a98210595c2b0a9f878b Mon Sep 17 00:00:00 2001 From: Joran Honig Date: Thu, 16 Jul 2020 14:50:34 +0200 Subject: [PATCH] use update --- mythril/analysis/report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythril/analysis/report.py b/mythril/analysis/report.py index 9dfd3c31..18bd4a02 100644 --- a/mythril/analysis/report.py +++ b/mythril/analysis/report.py @@ -284,7 +284,7 @@ class Report: meta_data = self.meta # Add logs to meta - meta_data["logs"] = self._get_exception_data() + meta_data.update(self._get_exception_data()["logs"]) # Add execution info to meta meta_data["mythril_execution_info"] = {}