remove duplicate declaration (#38449)

result['uid'] is already defined at line 2213 in user.py module.
pull/38452/head
tobald 6 years ago committed by Abhijeet Kasurde
parent 0c5f03d3f4
commit 7f99876274

@ -2215,7 +2215,6 @@ def main():
result['comment'] = info[4]
result['home'] = info[5]
result['shell'] = info[6]
result['uid'] = info[2]
if user.groups is not None:
result['groups'] = user.groups

Loading…
Cancel
Save