summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
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 8d12e634b..02bf9b810 100644
--- a/fsset.py
+++ b/fsset.py
@@ -114,7 +114,7 @@ class FileSystemType:
isys.mount(device, mountpoint, fstype = self.getName(),
readOnly = readOnly)
- def umount(self, path):
+ def umount(self, device, path):
isys.umount(path, removeDir = 0)
def getName(self):