Feature - Rejected print_to_file()

ckb

Minion
Staff member
I sometimes find it desirable to export or print certain things to a data file that is human readable. Using print() or logprint() and then parsing the logs works ok and is mostly functional, but not optimal. Parsing prints and logs with Mafia is possible, but then the only way to save to a file is to use map_to_file(), which necessitates a certain format.
It would be great to be able to write to and append to a text file.
 
Top