expand user home path in stat.
This commit is contained in:
parent
9b09ff4a65
commit
6e3ec9ccc0
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ def main():
|
||||||
)
|
)
|
||||||
|
|
||||||
path = module.params.get('path')
|
path = module.params.get('path')
|
||||||
|
path = os.path.expanduser(path)
|
||||||
follow = module.params.get('follow')
|
follow = module.params.get('follow')
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue