Improve 5736d79172
This commit is contained in:
parent
3166e6840c
commit
2b24afa6d7
3 changed files with 6 additions and 4 deletions
|
|
@ -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))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue