No catch_exceptions

spacecruft
Jeff Moe 2023-01-19 10:27:17 -07:00
parent f994554bb6
commit fdc594b64a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import time
class top_block(gr.top_block):
def __init__(self, c_freq=1420000000, nbin=1000, nchan=1024, obs_time=60, samp_rate=2400000):
gr.top_block.__init__(self, "Top Block", catch_exceptions=True)
gr.top_block.__init__(self, "Top Block")
##################################################
# Parameters