I see. Thanks Jeff! On Mon, May 17, 2021 at 5:24 PM Jeff Long <[email protected]> wrote:
> GRC generates Python code that passes that param to underlying C++ code, > telling it not to propagate exceptions back up to Python. > > On Mon, May 17, 2021 at 5:08 PM Clark Chiu <[email protected]> wrote: > >> Hello, >> >> I notice that after I create a flowgraph and generate the python code. >> There is a "catch_exceptions=True" in the gr.top_block.__init__. However, I >> don't see anywhere in the code uses it. The flowgraph I have right now is a >> very simple one with a signal source, throttle, head, and file sink without >> GUI. Can anyone explain where the catch_exceptions is used or where I can >> disable it so it won't show in the python code? >> >> Thank you >> >> >> Best, >> Clark >> >
