gr-limesdr
gr-limesdr copied to clipboard
Remove silent exception when importing Swig
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.