gr-limesdr icon indicating copy to clipboard operation
gr-limesdr copied to clipboard

Remove silent exception when importing Swig

Open luigifcruz opened this issue 4 years ago • 0 comments

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.

luigifcruz avatar Dec 06 '20 20:12 luigifcruz