discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: argument catch_exceptions


From: Jeff Long
Subject: Re: argument catch_exceptions
Date: Mon, 17 May 2021 17:24:36 -0400

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 <clarkckl@gmail.com> 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]