summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/qa_python_message_passing.py
Commit message (Collapse)AuthorAgeFilesLines
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-10/+20
| | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-301-2/+1
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* runtime: update flaky qa test to 3.8 schedulerBastian Bloessl2019-08-221-7/+1
|
* python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-0/+1
|
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-8/+8
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* blocks: fix for qa_python_message_passing and new system portTim O'Shea2014-05-021-4/+2
|
* uninstalled import: Updatings blocks, fec, uhd, and filter so that ↵Ben Reynwar2013-06-041-0/+122
uninstalled import works with recent changes.