On 08/16/2016 09:45 AM, Jason Matusiak wrote:
> Attempted to install gnuradio on a tablet and had a problem with
> rtl-sdr.  I blew away my install directory as well as .pybombs.  Now
> when I run the recipe add command from the instructions, I get and error:
> PyBOMBS.recipes - ERROR - Illegal sub-command: `add'
> PyBOMBS.recipes - ERROR - Valid sub-commands are:
> list-repos,add,list,update,remove
> 
> What is the issue with add?  And is the fact that there are two
> different types of "tics" around the word "add" in the error message
> telling in some way?

No, that's just a quotation style. I remember someone posting this error
before... I just can't quite remember what the issue was.

Anyway, what's happening here is that a KeyError is making it's way out
to the code that then shows the error message. There's nothing wrong
with the 'add' command, it's just the error message is for the wrong
error. I've pushed a fix to PyBOMBS that would at least give you the
right error message. Can you please try again?

Thanks,
Martin


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to