mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
Unnecessary line removed
This commit is contained in:
parent
58235cb1a1
commit
18d8e73acd
@ -47,7 +47,6 @@ def username_match_uid(username):
|
||||
'''
|
||||
Check the passed username matches current process UID.
|
||||
'''
|
||||
uid = os.getuid()
|
||||
process_username = get_process_user()
|
||||
|
||||
if process_username == username:
|
||||
|
Loading…
x
Reference in New Issue
Block a user