]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
utils.py: remove unreachable code in get_file_owner_username()
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Wed, 23 Feb 2022 06:30:37 +0000 (12:00 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 24 Feb 2022 15:08:53 +0000 (08:08 -0700)
commit655271e7c8a83c4e3d0f22b87a54e1b0b394c770
treee6b29bb5fe5ac9a4ef10e6453b64502ea3fe2a4c
parent0914de17e055231d447aec81e8ca23927b2a955b
utils.py: remove unreachable code in get_file_owner_username()

remove the return statement, that will never get executed in
get_file_owner_username().

Reported-by: LGTM
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
ftests/utils.py