Fix error where password was getting set wrong if passed in on command-line.

439905
This commit is contained in:
Rob Crittenden 2008-04-08 15:44:05 -04:00
parent 6778085531
commit 3ec54383f9

View File

@ -131,7 +131,7 @@ def main():
print "Password cannot be empty"
match = False
else:
password = options.sn
password = options.password
if options.mail:
mail = options.mail