mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-04 08:43:42 +02:00
Fixed #1433 (def syntax error not captured)
This commit is contained in:
@@ -526,6 +526,8 @@ DEFImporter::read_single_net (std::string &nondefaultrule, Layout &layout, db::C
|
||||
sn = get_long ();
|
||||
} else if (test ("SHAPE")) {
|
||||
take ();
|
||||
} else {
|
||||
error (tl::to_string (tr ("Expected STYLE OR SHAPE specification following '+'")));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user