]> sigrok.org Git - libsigrokdecode.git/commit
Don't try to load an already-loaded module
authorBert Vermeulen <redacted>
Mon, 18 Nov 2013 09:44:28 +0000 (10:44 +0100)
committerBert Vermeulen <redacted>
Mon, 18 Nov 2013 09:44:28 +0000 (10:44 +0100)
commitaac68131f8ab9aa6dc1f1392a4f9a131a1c54d36
tree1c9a804885af1f8ea94e9239c84dd6fd50324e6e
parent22c9bc2a4e958fccf498f4480965ec03884bc058
Don't try to load an already-loaded module

Python silently uses the existing module anyway, but the library
was counting it as an extra module. This was exposed by a test
case in the test suite.
decoder.c