mirror of https://github.com/KLayout/klayout.git
Backwards compatible definition of LogDataEntry#to_s
This commit is contained in:
parent
001c2240e2
commit
cd5204fdf1
|
|
@ -77,7 +77,7 @@ Class<db::LogEntryData> decl_dbNetlistDeviceExtractorError ("db", "LogEntryData"
|
|||
"@brief Sets the category description.\n"
|
||||
"See \\category_name= for details about categories."
|
||||
) +
|
||||
gsi::method ("to_s", &db::LogEntryData::to_string,
|
||||
gsi::method ("to_s", &db::LogEntryData::to_string, gsi::arg ("with_geometry", true),
|
||||
"@brief Gets the string representation of this error or warning.\n"
|
||||
"This method has been introduced in version 0.28.13."
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue