]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mxc6225xu/pd.py
All PDs: Drop unneeded exceptions.
[libsigrokdecode.git] / decoders / mxc6225xu / pd.py
index e0c857f30f62870772a225fc4098483321210f6b..c506fb6619040776e8d79c37ff8783467af8ca04 100644 (file)
@@ -213,6 +213,4 @@ class Decoder(srd.Decoder):
                 self.state = 'IDLE'
             else:
                 pass # TODO?
-        else:
-            raise Exception('Invalid state: %s' % self.state)