ghostop14 / gr-correctiq

GNURadio blocks to remove that IQ DC spike just like some software and drivers do! Three techniques available: auto, auto-tune to dc offset, and manual.
GNU General Public License v3.0
82 stars 19 forks source link

Do not suppress the python's ImportError exceptions #12

Closed velichkov closed 4 years ago

velichkov commented 4 years ago

Remove the try except block as it contains only a single pass statement that hides the actual errors when loading the swig files. As this is not a python only module it's much better to not suppress the errors here.