summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
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: