]> sigrok.org Git - libsigrokdecode.git/commit
Don't show a harmless/confusing warning on stdout.
authorUwe Hermann <redacted>
Fri, 31 Mar 2017 17:18:19 +0000 (19:18 +0200)
committerUwe Hermann <redacted>
Fri, 31 Mar 2017 17:18:19 +0000 (19:18 +0200)
commite51475add18d4a6ee4e30c4c5891b6de64c7c148
tree6e71b12668b34579320c726cd0bb6f546a5a301b
parente125d0f74b7a5d23354d45ab114da82ec2532423
Don't show a harmless/confusing warning on stdout.

Some Python versions will lead to the following message on stdout currently:

  srd: Attribute Error: Failed to load decoder common: no 'Decoder' \
  attribute in imported module: 'module' object has no attribute 'Decoder'

This is a harmless (though confusing for users) warning, since "common"
is not an actual PD and it shouldn't be loaded as PD (it just has to
be present).
decoder.c