mirror of https://github.com/KLayout/klayout.git
Merge branch 'feature/measurements' of www.klayout.org:/home/matthias/git/klayout into feature/measurements
This commit is contained in:
commit
9470d5cdc0
|
|
@ -150,6 +150,9 @@ END
|
|||
return
|
||||
end
|
||||
|
||||
# makes RBA::Value available as tl.Value
|
||||
pya.eval_string("import klayout.tl");
|
||||
|
||||
macro_file = File.join($ut_testtmp, "test.lym")
|
||||
File.open(macro_file, "w") do |file|
|
||||
file.write(<<"END")
|
||||
|
|
|
|||
Loading…
Reference in New Issue