projects
/
libsigrokdecode.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix bugs in "Invalid state" printing/exceptions.
[libsigrokdecode.git]
/
decoders
/
rtc8564
/
pd.py
diff --git
a/decoders/rtc8564/pd.py
b/decoders/rtc8564/pd.py
index bf5d4b6c731bce2afc7cb3b58df858fd32401a9d..a2d8a1a2e601b29baf2c7c0581295f4a3117f5a5 100644
(file)
--- a/
decoders/rtc8564/pd.py
+++ b/
decoders/rtc8564/pd.py
@@
-212,5
+212,5
@@
class Decoder(srd.Decoder):
else:
pass # TODO?
else:
- raise Exception('Invalid state: %
d
' % self.state)
+ raise Exception('Invalid state: %
s
' % self.state)