Write output into file
totoroterror opened this issue · 1 comments
totoroterror commented
Write output into file
totoroterror commented
This can be done even with current release using built-in pipe to file, like python src/main.py > output.txt
But anyways, it will be better to append file with cloned keys to properly handle errors (see #1)