On Mon, 12 Oct 2015 00:36:01 -0400
Mike Frysinger <[email protected]> wrote:

> pylint complains about using (type(...) == types.xxx) checks as it
> prefers isinstance(..., xxx) instead.  Convert the code base to it.
> ---
>  .pylintrc                         |  3 +--
>  catalyst/base/stagebase.py        | 57
> +++++++++++++++++----------------------
> catalyst/support.py               |  3 +--
> catalyst/targets/grp.py           |  5 ++--
> catalyst/targets/livecd_stage1.py |  5 ++--
> catalyst/targets/netboot.py       |  9 +++----
> catalyst/targets/netboot2.py      | 11 ++++---- 7 files changed, 39
> insertions(+), 54 deletions(-)
> 
> 

looks good.

Thanks, yet another task done that has been bugging me for quite a
while.

-- 
Brian Dolbec <dolsen>


Reply via email to