1
0
Fork 0
This commit is contained in:
pukkandan 2022-09-17 10:14:44 +05:30
commit 2b24afa6d7
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
3 changed files with 6 additions and 4 deletions

View file

@ -762,7 +762,7 @@ def sanitized_Request(url, *args, **kwargs):
def expand_path(s):
"""Expand shell variables and ~"""
"""Expand $ shell variables and ~"""
return os.path.expandvars(compat_expanduser(s))