summaryrefslogtreecommitdiffstats
path: root/iscsi.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2006-11-20 10:29:25 +0000
committerPaul Nasrat <pnasrat@redhat.com>2006-11-20 10:29:25 +0000
commit802e4d07435acf77ccb052d1abdb4d3faf0c226e (patch)
treef7079986e534a1a20545b757763d6a4f2cb19554 /iscsi.py
parentcdbb073f679495c0958657287d7bdb0436d8a97a (diff)
downloadanaconda-802e4d07435acf77ccb052d1abdb4d3faf0c226e.tar.gz
anaconda-802e4d07435acf77ccb052d1abdb4d3faf0c226e.tar.xz
anaconda-802e4d07435acf77ccb052d1abdb4d3faf0c226e.zip
fix thinko
Diffstat (limited to 'iscsi.py')
-rw-r--r--iscsi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iscsi.py b/iscsi.py
index 1bc4d02cc..d8755baa6 100644
--- a/iscsi.py
+++ b/iscsi.py
@@ -74,7 +74,7 @@ class iscsiTarget:
self._getPortal()
return self._nodes
portal = property(_getPortal)
- nodes = property(_getNodes)
+ nodes = property(_getNode)
def discover(self):
if flags.test: