diff options
Diffstat (limited to 'decoders/rtc8564')
-rw-r--r-- | decoders/rtc8564/pd.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/decoders/rtc8564/pd.py b/decoders/rtc8564/pd.py index f13af36..5f031e2 100644 --- a/decoders/rtc8564/pd.py +++ b/decoders/rtc8564/pd.py @@ -252,6 +252,4 @@ class Decoder(srd.Decoder): self.state = 'IDLE' else: pass # TODO? - else: - raise Exception('Invalid state: %s' % self.state) |