diff options
author | Josh Morman <jmorman@gnuradio.org> | 2021-11-24 12:03:48 -0500 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-11-24 14:41:53 -0500 |
commit | 25e2e7287b20e8dd8e5cf9c0fe07eb754b81c10c (patch) | |
tree | 0b76f5866d4ddf592d750ac4548ba7192d505f9e /gr-blocks/python/blocks/qa_block_gateway.py | |
parent | 42e58f1ca211115e9a76922c36dfbf2b1ad39978 (diff) |
blocks: pep8 formatting
Signed-off-by: Josh Morman <jmorman@gnuradio.org>
Diffstat (limited to 'gr-blocks/python/blocks/qa_block_gateway.py')
-rw-r--r-- | gr-blocks/python/blocks/qa_block_gateway.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/python/blocks/qa_block_gateway.py b/gr-blocks/python/blocks/qa_block_gateway.py index 8088b59a85..7205fe3315 100644 --- a/gr-blocks/python/blocks/qa_block_gateway.py +++ b/gr-blocks/python/blocks/qa_block_gateway.py @@ -125,7 +125,7 @@ class tag_source(gr.sync_block): if self.nitems_written(0) == 0: # skip tagging in the first work block return num_output_items - + # make a new tag on the middle element every time work is called count = self.nitems_written(0) + num_output_items // 2 key = pmt.string_to_symbol("example_key") |