mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
small tweak to previous
This commit is contained in:
@@ -322,7 +322,7 @@ class DecoratorData:
|
||||
symbol = tool.Drawing.get_annotation_symbol(element)
|
||||
|
||||
# get newline_at
|
||||
newline_at = pset_data['Newline_At']
|
||||
newline_at = pset_data.get('Newline_At', 0)
|
||||
|
||||
# other attributes
|
||||
props_literals = props.literals
|
||||
|
||||
Reference in New Issue
Block a user