Closed prmtl closed 6 years ago
Comment by michal.b...@gmail.com, 2013-08-02T06:51:11Z
smells like a bug, is a bug (i don't want to have unneeded module import failure message in my resulting data output)
Comment by ero.carr...@gmail.com, 2014-03-15T16:06:26Z
Yes, the error should be printed to stderr. It will be fixed.
Comment by ero.carr...@gmail.com, 2014-03-15T16:06:43Z
Assigned to ero.carr...@gmail.com
Fixed in #48 by using warnings module.
Reported by cmr.P...@gmail.com, 2012-03-20T11:05:59Z
If dot_parser cannot be loaded in pydot, a message is printed to stdout. I believe it's incorrect. A message should be printed to stderr (as in the following patch), or not printed at all.
Originally assigned to ero.carr...@gmail.com From: https://code.google.com/p/pydot/issues/detail?id=69