]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mxc6225xu/pd.py
rfm12: Avoid using the Python 'range' keyword as variable.
[libsigrokdecode.git] / decoders / mxc6225xu / pd.py
index e0c857f30f62870772a225fc4098483321210f6b..2f09488d2e2d5746e69139b1f84505e61f721291 100644 (file)
@@ -213,6 +213,3 @@ class Decoder(srd.Decoder):
                 self.state = 'IDLE'
             else:
                 pass # TODO?
-        else:
-            raise Exception('Invalid state: %s' % self.state)
-