Missing * in writing aperture macro
This commit is contained in:
parent
b01c4822b6
commit
efcb221fc7
1 changed files with 1 additions and 1 deletions
|
|
@ -409,7 +409,7 @@ class AMOutlinePrimitive(AMPrimitive):
|
|||
rotation=str(self.rotation)
|
||||
)
|
||||
# TODO I removed a closing asterix - not sure if this works for items with multiple statements
|
||||
return "{code},{exposure},{n_points},{start_point},{points},\n{rotation}".format(**data)
|
||||
return "{code},{exposure},{n_points},{start_point},{points},\n{rotation}*".format(**data)
|
||||
|
||||
def to_primitive(self, units):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue