diff --git a/flow/util/genReport.py b/flow/util/genReport.py index f08fdd20e6..5134f4895b 100755 --- a/flow/util/genReport.py +++ b/flow/util/genReport.py @@ -170,7 +170,7 @@ def gen_report(name, data): args.verbose - 2, ) - if len(d["drcs"].keys()) > 0: + if len(data["drcs"].keys()) > 0: if data["status"] == STATUS_GREEN: output += " Design has the violations under the allowed limit: " else: