commit | e809abcd69725af82eb75cd036f470dc7d1868d1 | [log] [tgz] |
---|---|---|
author | Tim 'mithro' Ansell <me@mith.ro> | Sat Oct 31 14:35:16 2020 -0700 |
committer | Tim 'mithro' Ansell <me@mith.ro> | Sat Oct 31 14:35:16 2020 -0700 |
tree | 074063fc68470031389fe148267e5ffe41761942 | |
parent | b8b3ac516afb171e19e41365f1a1ae63e48f3b55 [diff] |
Fixes
diff --git a/gds_to_lef_gds_mag.py b/gds_to_lef_gds_mag.py index 72247e3..ef90af0 100755 --- a/gds_to_lef_gds_mag.py +++ b/gds_to_lef_gds_mag.py
@@ -854,7 +854,7 @@ with open(lef_out_file, 'w') as f: f.write(contents) - prepend_copyright(lef_file) + prepend_copyright(lef_out_file) def rewrite_out_mag(mag_in_file, mag_out_file):