From 716f8abf9dfd0efca24364bf1c2ad031f1239d97 Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Fri, 10 Aug 2001 18:47:22 +0000 Subject: pychecker fix --- fsset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fsset.py') 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): -- cgit