On May 6, 2016 02:30, "Jim Unroe" <rock.unroe@gmail.com> wrote:
>
> > - self.hide_unused = self._config.get_bool("hide_unused")
> > + self.hide_unused = self._config.get_bool("hide_unused", default=True)
>
>
> I've spent more hours on this than I would care to admit trying to
> solve this. This setting finally works as intended. Thanks for looking
> into this Tom.
>
> Jim
Jim,
Sometimes all it takes is a second set of eyes. I'm glad I was able to help.
Tom