Closed maierbn closed 7 years ago
This was solved by simply adding an exit
statement to the end of each *.com
file.
Great! I had tried quit
and close
but not exit
!
There was still a minor issue with some screenshots being empty. Addressed via commit 8557327.
The following images are not created on my local machine:
The problem is in the
create_figures.sh
script:Sleeping 1 second is too short, if I increase it to 10 seconds it works. But there should be a better way to terminate cmgui instead of KILLING it which is the worst you can do with a program.