From 0eeeb544e1ea3cef9669f98e7c0b19b8f73a9236 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 21 Nov 2012 22:51:31 +0100 Subject: Fix bugs in "Invalid state" printing/exceptions. --- decoders/mxc6225xu/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/mxc6225xu') diff --git a/decoders/mxc6225xu/pd.py b/decoders/mxc6225xu/pd.py index 39564a9..c139918 100644 --- a/decoders/mxc6225xu/pd.py +++ b/decoders/mxc6225xu/pd.py @@ -225,5 +225,5 @@ class Decoder(srd.Decoder): else: pass # TODO? else: - raise Exception('Invalid state: %d' % self.state) + raise Exception('Invalid state: %s' % self.state) -- cgit v1.2.3-70-g09d2