Skip to content

Commit 22dc30d

Browse files
committed
misc bugfix
1 parent 868229a commit 22dc30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/lighthouse/director.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def _optimize_coverage_data(self, coverage_addresses):
574574

575575
if not instructions:
576576
logger.debug("No mappable instruction addresses in coverage data")
577-
return None
577+
return []
578578

579579
#
580580
# TODO/COMMENT

0 commit comments

Comments
 (0)