Missing * in writing aperture macro

This commit is contained in:
Garret Fick 2016-06-25 16:00:46 +08:00
parent b01c4822b6
commit efcb221fc7

View file

@ -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):