Update mythril/analysis/report.py

Co-Authored-By: b-mueller <b-mueller@users.noreply.github.com>
pull/852/head
JoranHonig 6 years ago committed by GitHub
parent b598ce3afa
commit 41cacff551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mythril/analysis/report.py

@ -134,7 +134,7 @@ class Report:
self.meta = {}
if source is not None:
self.source = source
self.source = source or Source()
else:
self.source = Source()

Loading…
Cancel
Save