remove duplicate declaration (#38449)
result['uid'] is already defined at line 2213 in user.py module.
This commit is contained in:
parent
0c5f03d3f4
commit
7f99876274
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue