OSDN Git Service

SynthDriver.loadSettings: Catch any exception from setting the voice property, not...
authorJames Teh <jamie@jantrid.net>
Mon, 18 Mar 2013 05:03:13 +0000 (15:03 +1000)
committerJames Teh <jamie@jantrid.net>
Mon, 18 Mar 2013 05:03:13 +0000 (15:03 +1000)
commit9436be433b8b3b58b69e5a269dae510ee691ebe3
tree493fc4662b0d4b10182232d5c8b309721d186540
parentfb88c347dbd417ec91537fc7dabd80090e63c584
SynthDriver.loadSettings: Catch any exception from setting the voice property, not just LookupError.
A broken voice is the same as a non-existent voice as far as we're concerned and no synth currently raises LookupError anyway.
source/synthDriverHandler.py