summaryrefslogtreecommitdiffstats
path: root/fstab.py
diff options
context:
space:
mode:
Diffstat (limited to 'fstab.py')
-rw-r--r--fstab.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/fstab.py b/fstab.py
index 555420877..c8295ce2f 100644
--- a/fstab.py
+++ b/fstab.py
@@ -126,9 +126,10 @@ class Fstab:
self.ddruid.save()
def runDruid(self):
- self.ddruid.edit()
+ rc = self.ddruid.edit()
# yikes! this needs to be smarter
self.beenSaved = 0
+ return rc
def updateFsCache(self):
realFs = {}