66
67
# Get the dictionary of fields from opts and args
68
69
for i in range(0, len(requireds)):
70
71
for short, long, _ in optionals:
80
81
user['nick'] = user['fullname']
83
86
# Make the user's database entry
85
91
except Exception, message:
86
92
print "Error: " + str(message)