egh / ledger-autosync

Synchronize your ledger-cli files with your bank.
GNU General Public License v3.0
273 stars 42 forks source link

Print newlines when writing to stderr. #51

Closed MarkLodato closed 6 years ago

MarkLodato commented 6 years ago

Calling sys.stder.write() does not automatically add newlines so we need to include them ourselves.

egh commented 6 years ago

@MarkLodato Thanks! I merged this in. Just a heads up, I also merged in the move to python 3 so if you are testing this you'll probably need to update your python virtualenv.