patch-gnuradio
[Top][All Lists]
Advanced

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

Re: [Patch-gnuradio] Quickie to Fix 'sourk'


From: Johnathan Corgan
Subject: Re: [Patch-gnuradio] Quickie to Fix 'sourk'
Date: Tue, 14 Feb 2012 11:28:05 -0800

On Mon, Feb 13, 2012 at 09:02, Michael Dickens <address@hidden> 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



reply via email to

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