Skip to content

Commit

Permalink
misc bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gaasedelen committed Mar 29, 2020
1 parent 868229a commit 22dc30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/lighthouse/director.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ def _optimize_coverage_data(self, coverage_addresses):

if not instructions:
logger.debug("No mappable instruction addresses in coverage data")
return None
return []

#
# TODO/COMMENT
Expand Down

0 comments on commit 22dc30d

Please sign in to comment.