Skip to content

Commit

Permalink
Update parse_rpt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chetanyagoyal authored Nov 11, 2023
1 parent b9cdbd9 commit bb6c483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/parse_rpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# temp-sense-gen and ldo-gen
drc_filename = "work/6_final_drc.rpt"
lvs_filename = "work/6_final_lvs.rpt"
elif (len(sys.argv) > 1) and (sys.argv[1] == str(lib[0]):
elif (len(sys.argv) > 1) and (sys.argv[1] == str(lib[0])):
# cryo
drc_filename = "flow/reports/" + sys.argv[1] + "/cryo/6_final_drc.rpt"
lvs_filename = "flow/reports/" + sys.argv[1] + "/cryo/6_final_lvs.rpt"
Expand Down

0 comments on commit bb6c483

Please sign in to comment.