diff options
-rw-r--r-- | exception.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exception.py b/exception.py index 34fabf70e..fe6a1a786 100644 --- a/exception.py +++ b/exception.py @@ -72,6 +72,8 @@ def handleException(todo, (type, value, tb)): todo.fstab = None todo.comps = None todo.hdList = None + todo.rootpassword = None + todo.users = None p.dump(todo) |