summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-08-23 21:26:51 +0000
committerJeremy Katz <katzj@redhat.com>2004-08-23 21:26:51 +0000
commit63dfccd937a0a290c13a837bd34f34773fd142d0 (patch)
tree618ee5105ceb23c8b59c6aec73516eeee13746fe /textw
parent4fcc0f58700d3d4229f477998fb572774fcd0867 (diff)
downloadanaconda-63dfccd937a0a290c13a837bd34f34773fd142d0.tar.gz
anaconda-63dfccd937a0a290c13a837bd34f34773fd142d0.tar.xz
anaconda-63dfccd937a0a290c13a837bd34f34773fd142d0.zip
fix silly traceback (#130715)
Diffstat (limited to 'textw')
-rw-r--r--textw/zfcp_text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/textw/zfcp_text.py b/textw/zfcp_text.py
index 789f12553..bf9c0223b 100644
--- a/textw/zfcp_text.py
+++ b/textw/zfcp_text.py
@@ -173,9 +173,9 @@ class ZFCPWindow:
fcp.fcpdevices = fcpdevs
# FIXME: this should be common between tui & gui
- fcp.writeFcpSysfs(self.fcpdevices)
+ fcp.writeFcpSysfs(fcp.fcpdevices)
isys.flushDriveDict()
- self.diskset.refreshDevices(self.intf)
+ self.diskset.refreshDevices(intf)
try:
iutil.makeDriveDeviceNodes()
except: