<#C016YSAP6TZ|magic> <@U016EM8L91B> While closing ...
# klayout
v
#magic @Tim Edwards While closing magic layout following error/warning appears in console. Why is it appearing and what should be done in this case?
m
@vks Looks like you’re closing magic while editing an unnamed layout and selected to save the changes. If you don’t need to save the changes, hit return to abort and choose don’t save. If you do want to save the changes, type a file name and hit return.
v
@Mitch Bailey I did some changes in
user_project_analog_wrapper.mag
layout and choose to save the the layout. While using
file-> save ->autowrite
to save layout and above message appears in console. There is no unnamed layout as such in this process.
m
The
UNNAMED
cell gets created sometimes. @Tim Edwards may know why. Try pressing return - it might just abort the
UNNAMED
cell save.
v
What I did was type
writeall
in magic console to save layout and close magic. Then above issue did not come.
👍 1