myriadrf / gr-limesdr

gr-limesdr Plugin for GNURadio
Other
142 stars 77 forks source link

Remove silent exception when importing Swig #70

Closed luigifcruz closed 1 year ago

luigifcruz commented 3 years ago

This PR removes the silent exception handling when importing the Python SWIG module. That is not ideal because it will obfuscate the real error leading to an inefficient error reporting experience. The silent exception is just recommended for pure Python modules.