--- 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@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list