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