From f75f865e788d1a9d922565e1b78cf9e5ae78c6ce Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Mon, 17 Jan 2000 17:22:37 +0000 Subject: only umount on upgrade during depcheck --- todo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.py b/todo.py index d33465c75..66931439f 100644 --- a/todo.py +++ b/todo.py @@ -815,8 +815,8 @@ class ToDo: if self.upgrade: del db + self.fstab.umountFilesystems (self.instPath) del ts - self.fstab.umountFilesystems (self.instPath) return rc def selectDeps (self, deps): -- cgit