From 606d1e3e8899d6e754d617c7b19e1bb56b4853f8 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Tue, 31 Aug 1999 01:52:52 +0000 Subject: made the account screen skippable --- iw/account.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'iw') diff --git a/iw/account.py b/iw/account.py index d4ea00d9e..7c650f6e8 100644 --- a/iw/account.py +++ b/iw/account.py @@ -18,6 +18,8 @@ class AccountWindow (InstallWindow): "") def getNext (self): + if not self.__dict__.has_key("pw"): return None + self.todo.rootpassword.set (self.pw.get_text ()) accounts = [] for n in range(len(self.passwords.keys())): -- cgit