Tools to manipulate CSV files in a format suitable for importing into various mindmapping programs - such as iThoughts, Freemind, and MindNode.
32
stars
8
forks
source link
writeOutput() --> print("\n".join(output)) #38
Closed
cclauss closed 4 years ago
This one's wrong because the intent of writeOutput is actually to write to stderr. print is going to stdout.