mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
remove accidental change
This commit is contained in:
parent
733a2bfa30
commit
e5c22eac0d
1 changed files with 2 additions and 1 deletions
|
@ -115,4 +115,5 @@ def posix_acl_use_stored_uid_gid(acl):
|
||||||
|
|
||||||
def getosusername():
|
def getosusername():
|
||||||
"""Return the os user name."""
|
"""Return the os user name."""
|
||||||
return uid2user(os.getuid())
|
uid = os.getuid()
|
||||||
|
return uid2user(uid, uid)
|
||||||
|
|
Loading…
Reference in a new issue