ruizink / emojicons

A very small python script that exposes a CLI and consumes http://emojicons.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Print error messages to stderr

pharaujo opened this issue · comments

The simplest fix is to use either use write or use the print function from future.

The better way is to use a logger and plug stderr as the log file :)

Nice catch @pharaujo. Working on a fix as we speak.
As always, thanks for the input.
\(^O^)/