Commit 0424af6d by devttys0

Updated entropy to honor result.plot value

parent 12e08a44
......@@ -62,7 +62,7 @@ class Entropy(Module):
# Get a list of all other module's results to mark on the entropy graph
for (module, obj) in iterator(self.modules):
for result in obj.results:
if result.file and result.description:
if result.plot and result.file and result.description:
description = result.description.split(',')[0]
if not has_key(self.file_markers, result.file.name):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment