Replace failure handling with up-front check.
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 24 Jul 2014 11:29:44 +0000 (13:29 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 24 Jul 2014 11:29:44 +0000 (13:29 +0200)
The only time that write_string should fail is if the Python is completely braindead.
Check for that condition and output a more accurate warning.

See #3326 for details.


No differences found