From: Philipp Hagemeister Date: Thu, 24 Jul 2014 11:29:44 +0000 (+0200) Subject: Replace failure handling with up-front check. X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=4192b51c7c599d1fb1114dcee8abaa44bc48d03b;hp=4192b51c7c599d1fb1114dcee8abaa44bc48d03b;p=youtube-dl Replace failure handling with up-front check. 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. ---