mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 09:20:45 +02:00
Persisting texts now for .l2n format
This commit is contained in:
Vendored
+1
-1
@@ -443,7 +443,7 @@ end;
|
||||
|
||||
l2n = pya.LayoutToNetlist()
|
||||
|
||||
infile = os.path.join(ut_testsrc, "testdata", "algo", "l2n_writer_au.txt")
|
||||
infile = os.path.join(ut_testsrc, "testdata", "algo", "l2n_reader_in.txt")
|
||||
l2n.read(infile)
|
||||
|
||||
tmp = os.path.join(ut_testtmp, "tmp.txt")
|
||||
|
||||
Reference in New Issue
Block a user