diff options
author | Mike Fulbright <msf@redhat.com> | 2001-08-10 18:47:22 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-08-10 18:47:22 +0000 |
commit | 716f8abf9dfd0efca24364bf1c2ad031f1239d97 (patch) | |
tree | 06a7d99f2b8394fcec5e247b123d9aae5eeb04d6 /fsset.py | |
parent | 473bc13c3b88e6e855387ebe899a609b720834fb (diff) | |
download | anaconda-716f8abf9dfd0efca24364bf1c2ad031f1239d97.tar.gz anaconda-716f8abf9dfd0efca24364bf1c2ad031f1239d97.tar.xz anaconda-716f8abf9dfd0efca24364bf1c2ad031f1239d97.zip |
pychecker fix
Diffstat (limited to 'fsset.py')
-rw-r--r-- | fsset.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |