Re: [PyMOL] command to append a log file?

2019-03-06 Thread Thomas Holder
Hi Michael, Use mode="a" to append to the log file: cmd.log_open('/tmp/log.pml', 'a') Cheers, Thomas > On Mar 6, 2019, at 5:47 AM, Michael Morgan wrote: > > Dear all, > > I hope my log file can keep recording operations. > > I put “log_open” in the pymolrc.pml file. However, it seems

[PyMOL] command to append a log file?

2019-03-05 Thread Michael Morgan
Dear all, I hope my log file can keep recording operations. I put "log_open" in the pymolrc.pml file. However, it seems it creates a new file. All operations from last time are wiped out. "Append." from "File -> Log File" menu seems work. But how can I make it automatically for every