~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to makeuser.py

  • Committer: mattgiuca
  • Date: 2008-02-06 03:08:52 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:431
Tested a little bit more thoroughly. Still not completely thoroughly, but
enouch, hopefully, and fixed, again, makeuser.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
nick = sys.argv[3]
52
52
fullname = sys.argv[4]
53
53
rolenm = sys.argv[5]
54
 
if len(sys.argv) >= 6:
 
54
if len(sys.argv) > 6:
55
55
    studentid = sys.argv[6]
56
56
else:
57
57
    studentid = None