pull/1411/head
Joran Honig 4 years ago
parent 25207801c8
commit cb0430bdab
  1. 2
      mythril/analysis/report.py

@ -284,7 +284,7 @@ class Report:
meta_data = self.meta
# Add logs to meta
meta_data.update(self._get_exception_data()["logs"])
meta_data.update(self._get_exception_data())
# Add execution info to meta
meta_data["mythril_execution_info"] = {}

Loading…
Cancel
Save