summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-08-10 18:47:22 +0000
committerMike Fulbright <msf@redhat.com>2001-08-10 18:47:22 +0000
commit716f8abf9dfd0efca24364bf1c2ad031f1239d97 (patch)
tree06a7d99f2b8394fcec5e247b123d9aae5eeb04d6 /fsset.py
parent473bc13c3b88e6e855387ebe899a609b720834fb (diff)
downloadanaconda-716f8abf9dfd0efca24364bf1c2ad031f1239d97.tar.gz
anaconda-716f8abf9dfd0efca24364bf1c2ad031f1239d97.tar.xz
anaconda-716f8abf9dfd0efca24364bf1c2ad031f1239d97.zip
pychecker fix
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index 4958b672c..9d074f7bd 100644
--- a/fsset.py
+++ b/fsset.py
@@ -407,7 +407,7 @@ class swapFileSystem(FileSystemType):
self.linuxnativefs = 1
self.supported = 1
- def mount(self, device, mountpoint):
+ def mount(self, device, mountpoint, readOnly=0):
isys.swapon (device)
def umount(self, device, path):