On Mon, Feb 13, 2012 at 09:02, Michael Dickens <m...@alum.mit.edu> wrote:

> When the gr-uhd grc xml files are created, the logic to determine whether 
> 'source' or 'sink' is created from the python script is too broad in 
> searching scope because the complete file path to the output script is 
> provided (e.g., if the full path were "/foo/source/bar/uhd_usrp_sink.xml", 
> then the 'source' would be selected because 'source' was found).  We really 
> want to switch based solely on the output file name -- so, instead of doing a 
> broad search, just do "endswith".  The attached patch does just that, and 
> solves this issue for me. - MLD

This bug fix was applied to the 3.5.1 maintenance branch and rolled up
to the master and next branches.

Thanks,

Johnathan

_______________________________________________
Patch-gnuradio mailing list
Patch-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/patch-gnuradio

Reply via email to