Skip to content

Commit 65552ef

Browse files
authored
Merge pull request #4035 from Vi-shub/genreport-variable-bug
Genreport variable bug
2 parents b4da11d + 9d36f7e commit 65552ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow/util/genReport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def gen_report(name, data):
170170
args.verbose - 2,
171171
)
172172

173-
if len(d["drcs"].keys()) > 0:
173+
if len(data["drcs"].keys()) > 0:
174174
if data["status"] == STATUS_GREEN:
175175
output += " Design has the violations under the allowed limit: "
176176
else:

0 commit comments

Comments
 (0)