summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-22 23:56:28 +0000
committerMatt Wilson <msw@redhat.com>2001-06-22 23:56:28 +0000
commit0c9e60e741e93b599af8a7c976112dc587ad23de (patch)
tree201a62193d1e3c9cb0d9242cc20a8fcd3ee0fdf0 /packages.py
parent34f2f5fd284cf8e70680934bc07d7539600ed312 (diff)
downloadanaconda-0c9e60e741e93b599af8a7c976112dc587ad23de.tar.gz
anaconda-0c9e60e741e93b599af8a7c976112dc587ad23de.tar.xz
anaconda-0c9e60e741e93b599af8a7c976112dc587ad23de.zip
various pychecker fixups
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.py b/packages.py
index 4c63f5070..c81be2c7c 100644
--- a/packages.py
+++ b/packages.py
@@ -556,8 +556,8 @@ def doInstall(method, id, intf, instPath):
try:
if not upgrade:
# XXX should this go here?
- if self.fdDevice[0:2] == "fd":
- dev = fsset.PartitionDevice(self.fdDevice)
+ if id.floppyDevice[0:2] == "fd":
+ dev = fsset.PartitionDevice(id.floppyDevice)
fs = fsset.fileSystemTypeGet("auto")
entry = fsset.FileSystemSetEntry(dev, '/mnt/floppy', fs,
"nodefaults")