Merge pull request #44208 from twangboy/win_fix_group.present

Fix some lint in PR: 44080
This commit is contained in:
Nicole Thomas 2017-10-20 12:42:01 -04:00 committed by GitHub
commit d7dc2bd0e8

View file

@ -144,7 +144,7 @@ def get_current_user():
def get_sam_name(username):
'''
r'''
Gets the SAM name for a user. It basically prefixes a username without a
backslash with the computer name. If the user does not exist, a SAM
compatible name will be returned using the local hostname as the domain.