use isSparc not isSPARC
---
iutil.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/iutil.py b/iutil.py index def8db6..087ec1f 100644 --- a/iutil.py +++ b/iutil.py @@ -470,7 +470,7 @@ def copyDeviceNode(src, dest): ## Get the SPARC machine variety type. # @return The SPARC machine type, or 0 if not SPARC. def getSparcMachine(): - if not isSPARC(): + if not isSparc(): return 0 machine = None -- 1.7.0 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
use isSparc not isSPARC
---
iutil.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/iutil.py b/iutil.py index e275130..e1cde5e 100644 --- a/iutil.py +++ b/iutil.py @@ -499,7 +499,7 @@ def copyDeviceNode(src, dest): ## Get the SPARC machine variety type. # @return The SPARC machine type, or 0 if not SPARC. def getSparcMachine(): - if not isSPARC(): + if not isSparc(): return 0 machine = None -- 1.7.0 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
| All times are GMT. The time now is 08:44 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.