Fix some lint

This commit is contained in:
twangboy 2017-10-20 09:59:54 -06:00
parent c6d27ada51
commit 61e2e9ccda
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

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.