patch-gnuradio
[Top][All Lists]
Advanced

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

[Patch-gnuradio] Bug in GRC, bugs in grc-examples and unit tests [Was:


From: A. Maitland Bottoms
Subject: [Patch-gnuradio] Bug in GRC, bugs in grc-examples and unit tests [Was: GRC: Just compile XML, no GUI]
Date: Sun, 19 Feb 2012 16:07:37 -0500

>>>>> Martin Braun <address@hidden> writes:
> Yep, that's exactly what I wanted. I think this should be part of grc--I
> posted a patch here: https://github.com/mbant/gnuradio/tree/grcunittest

> This contains two commits:
> 76e918438e5

OK.

> 724a3ff8798d
...
> It also has a workaround for a bug
> (http://gnuradio.org/redmine/issues/485) in GRC. Probably should have
> been two commits.

The horrible, ugly fix for gnuradio-companion is prone to throwing KeyError
on the
 if os.environ['GR_DONT_LOAD_PREFS']:
line.

I had better luck changing that one to
 if os.environ.get('GR_DONT_LOAD_PREFS'):

Hope that helps.

-Maitland



reply via email to

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