I know there is a way I should use try catch
(try - except) concept to hide any error or warning.
But is there a recommended way to hide all or any python error like PHP use error_reporting() function to hide any error instead of using try
block that encapsulate main program.
My Python script has been obfuscated by pyarmor. The problem is, if there is an error, it shows my script code partially where that error came.